diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-28 14:45:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-28 14:45:32 +0200 |
commit | 2c4e778cb460b66106e91d2cb68502da92e94c06 (patch) | |
tree | f0449fa61f465c8531e6d09182d0cdf3a43ca5d4 | |
parent | 7a312936e06fe64c545c3fd0d01c5a9b61cbf7d0 (diff) | |
parent | 7a17c2dc7144e957a8fc2569d22e16fed2c479e3 (diff) | |
download | vyos-1x-2c4e778cb460b66106e91d2cb68502da92e94c06.tar.gz vyos-1x-2c4e778cb460b66106e91d2cb68502da92e94c06.zip |
Merge pull request #3736 from sever-sever/T6487
T6487: Git actions use circinus branch for add-pr-labels
-rw-r--r-- | .github/workflows/add-pr-labels.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/add-pr-labels.yml b/.github/workflows/add-pr-labels.yml index a7ee8446f..760ddefee 100644 --- a/.github/workflows/add-pr-labels.yml +++ b/.github/workflows/add-pr-labels.yml @@ -4,10 +4,6 @@ name: Add pull request labels on: pull_request_target: branches: - - current - - crux - - equuleus - - sagitta - circinus permissions: @@ -16,5 +12,5 @@ permissions: jobs: add-pr-label: - uses: vyos/.github/.github/workflows/add-pr-labels.yml@current + uses: vyos/.github/.github/workflows/add-pr-labels.yml@circinus secrets: inherit |