diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-06-22 15:44:40 +0530 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-06-26 20:08:33 +0200 |
commit | cede3f23088c291995cf985a8e65fed838e06d1d (patch) | |
tree | c06a16ee75afcfd315f6d19bbb15e794a7a921af /.github/workflows/add-pr-labels.yml | |
parent | e642c4682ce473e1af678f1c0e7225822a4faecd (diff) | |
download | vyos-build-cede3f23088c291995cf985a8e65fed838e06d1d.tar.gz vyos-build-cede3f23088c291995cf985a8e65fed838e06d1d.zip |
T6508: pr workflows updated for branch and target
(cherry picked from commit 4300ed36ef6006c15130234344d321c032a8b271)
Diffstat (limited to '.github/workflows/add-pr-labels.yml')
-rw-r--r-- | .github/workflows/add-pr-labels.yml | 6 |
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 |