summaryrefslogtreecommitdiff
path: root/.github/workflows/add-pr-labels.yml
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-06-26 20:13:16 +0200
committerGitHub <noreply@github.com>2024-06-26 20:13:16 +0200
commit091d20001e706f89a5f029ecc4c6d4a87ac38009 (patch)
treec06a16ee75afcfd315f6d19bbb15e794a7a921af /.github/workflows/add-pr-labels.yml
parente642c4682ce473e1af678f1c0e7225822a4faecd (diff)
parentcede3f23088c291995cf985a8e65fed838e06d1d (diff)
downloadvyos-build-091d20001e706f89a5f029ecc4c6d4a87ac38009.tar.gz
vyos-build-091d20001e706f89a5f029ecc4c6d4a87ac38009.zip
Merge pull request #670 from vyos/mergify/bp/circinus/pr-668
T6508: pr workflows updated for branch and target (backport #668)
Diffstat (limited to '.github/workflows/add-pr-labels.yml')
-rw-r--r--.github/workflows/add-pr-labels.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/add-pr-labels.yml b/.github/workflows/add-pr-labels.yml
index ffb04f33..760ddefe 100644
--- a/.github/workflows/add-pr-labels.yml
+++ b/.github/workflows/add-pr-labels.yml
@@ -4,9 +4,7 @@ name: Add pull request labels
on:
pull_request_target:
branches:
- - current
- - equuleus
- - sagitta
+ - circinus
permissions:
pull-requests: write
@@ -14,5 +12,5 @@ permissions:
jobs:
add-pr-label:
- uses: vyos/.github/.github/workflows/add-pr-labels.yml@feature/T6349-reusable-workflows
+ uses: vyos/.github/.github/workflows/add-pr-labels.yml@circinus
secrets: inherit