summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorkumvijaya <kumvijaya@gmail.com>2024-05-08 16:04:25 +0530
committerkumvijaya <kumvijaya@gmail.com>2024-05-08 16:04:25 +0530
commit2c31d715f5bf9b44450b15e9a05bc0d070b0c12f (patch)
tree7e1e93b00c128d2620f47df08645aa79241344ba /.github/workflows
parent6e6b3310bf5e293ff3879ca2d2cda31dea9c35cd (diff)
downloadvyos-github-actions-2c31d715f5bf9b44450b15e9a05bc0d070b0c12f.tar.gz
vyos-github-actions-2c31d715f5bf9b44450b15e9a05bc0d070b0c12f.zip
T6315: fixed PR review comments on repo pr template and workflows
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pull-request-labels.yml1
-rw-r--r--.github/workflows/pull-request-management.yml2
-rw-r--r--.github/workflows/pull-request-message-check.yml2
3 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/pull-request-labels.yml b/.github/workflows/pull-request-labels.yml
index 43856be..31e1bd9 100644
--- a/.github/workflows/pull-request-labels.yml
+++ b/.github/workflows/pull-request-labels.yml
@@ -5,7 +5,6 @@ on:
pull_request_target:
branches:
- current
- - crux
- equuleus
- sagitta
diff --git a/.github/workflows/pull-request-management.yml b/.github/workflows/pull-request-management.yml
index 3a855c1..9918649 100644
--- a/.github/workflows/pull-request-management.yml
+++ b/.github/workflows/pull-request-management.yml
@@ -5,7 +5,7 @@ on:
pull_request:
branches:
- current
- - crux
+ - sagitta
- equuleus
jobs:
diff --git a/.github/workflows/pull-request-message-check.yml b/.github/workflows/pull-request-message-check.yml
index 8c206a5..aee2dec 100644
--- a/.github/workflows/pull-request-message-check.yml
+++ b/.github/workflows/pull-request-message-check.yml
@@ -5,7 +5,7 @@ on:
pull_request:
branches:
- current
- - crux
+ - sagitta
- equuleus
jobs: