diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-06-28 08:11:34 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-06-28 08:11:34 +0000 |
commit | 7a17c2dc7144e957a8fc2569d22e16fed2c479e3 (patch) | |
tree | f0449fa61f465c8531e6d09182d0cdf3a43ca5d4 /.github/workflows | |
parent | 7a312936e06fe64c545c3fd0d01c5a9b61cbf7d0 (diff) | |
download | vyos-1x-7a17c2dc7144e957a8fc2569d22e16fed2c479e3.tar.gz vyos-1x-7a17c2dc7144e957a8fc2569d22e16fed2c479e3.zip |
T6487: Git actions use circinus branch for add-pr-labels
Diffstat (limited to '.github/workflows')
-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 |