From 36d7ad3103a592eb86f578b68acdc2946f02be02 Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Thu, 23 May 2024 11:47:14 +0530 Subject: T6386: updated branches for workflow trigger --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/workflows/add-pr-labels.yml | 1 - .github/workflows/chceck-pr-message.yml | 2 +- .github/workflows/check-unused-imports.yml | 1 + .github/workflows/linit-j2.yml | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 03aca946..8c71c80d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -41,7 +41,7 @@ like this -- [ ] I have read the [**CONTRIBUTING**](https://github.com/vyos/vyos-1x/blob/current/CONTRIBUTING.md) document +- [ ] I have read the [**CONTRIBUTING**](https://github.com/vyos/vyos-build/blob/current/CONTRIBUTING.md) document - [ ] I have linked this PR to one or more Phabricator Task(s) - [ ] My commit headlines contain a valid Task id - [ ] My change requires a change to the documentation diff --git a/.github/workflows/add-pr-labels.yml b/.github/workflows/add-pr-labels.yml index 1723cceb..ffb04f33 100644 --- a/.github/workflows/add-pr-labels.yml +++ b/.github/workflows/add-pr-labels.yml @@ -5,7 +5,6 @@ on: pull_request_target: branches: - current - - crux - equuleus - sagitta diff --git a/.github/workflows/chceck-pr-message.yml b/.github/workflows/chceck-pr-message.yml index e7e45696..f4d30b28 100644 --- a/.github/workflows/chceck-pr-message.yml +++ b/.github/workflows/chceck-pr-message.yml @@ -5,7 +5,7 @@ on: pull_request: branches: - current - - crux + - sagitta - equuleus permissions: diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml index aada264f..324a63e9 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -4,6 +4,7 @@ on: branches: - current - sagitta + - equuleus workflow_dispatch: permissions: diff --git a/.github/workflows/linit-j2.yml b/.github/workflows/linit-j2.yml index c4f4132e..95bfa61f 100644 --- a/.github/workflows/linit-j2.yml +++ b/.github/workflows/linit-j2.yml @@ -5,7 +5,7 @@ on: pull_request: branches: - current - - crux + - sagitta - equuleus workflow_dispatch: -- cgit v1.2.3