summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkumvijaya <kumvijaya@gmail.com>2024-05-23 11:47:14 +0530
committerkumvijaya <kumvijaya@gmail.com>2024-05-23 11:47:14 +0530
commit36d7ad3103a592eb86f578b68acdc2946f02be02 (patch)
tree975da3a1a6261685f7e3562995982f22d9ce8025
parentb66f22a89ed7c376e3726839add0dc6a20f1bb6b (diff)
downloadvyos-build-feature/T6386-add-caller-workflows-codeoowners.tar.gz
vyos-build-feature/T6386-add-caller-workflows-codeoowners.zip
T6386: updated branches for workflow triggerfeature/T6386-add-caller-workflows-codeoowners
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
-rw-r--r--.github/workflows/add-pr-labels.yml1
-rw-r--r--.github/workflows/chceck-pr-message.yml2
-rw-r--r--.github/workflows/check-unused-imports.yml1
-rw-r--r--.github/workflows/linit-j2.yml2
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
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
<!--- The entire development process is outlined here: https://docs.vyos.io/en/latest/contributing/development.html -->
-- [ ] 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: