diff options
author | kumvijaya <kuvmijaya@gmail.com> | 2024-06-29 22:50:49 +0530 |
---|---|---|
committer | kumvijaya <kuvmijaya@gmail.com> | 2024-06-29 22:50:49 +0530 |
commit | 4c5b92fadaeabfdc8bd3906d77fe740b25bf670e (patch) | |
tree | 15d998822e67640f9727a0a2ce225855749ab04a /.github/workflows/add-pr-labels.yml | |
parent | 6c52456337f7b434b6c744cb3b36a2ac983bd342 (diff) | |
download | vyatta-cfg-system-4c5b92fadaeabfdc8bd3906d77fe740b25bf670e.tar.gz vyatta-cfg-system-4c5b92fadaeabfdc8bd3906d77fe740b25bf670e.zip |
T6533: added workflows for PR checks
Diffstat (limited to '.github/workflows/add-pr-labels.yml')
-rw-r--r-- | .github/workflows/add-pr-labels.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/add-pr-labels.yml b/.github/workflows/add-pr-labels.yml new file mode 100644 index 00000000..8fb55408 --- /dev/null +++ b/.github/workflows/add-pr-labels.yml @@ -0,0 +1,16 @@ +name: Add pull request labels + +on: + pull_request_target: + branches: + - equuleus + - sagitta + +permissions: + pull-requests: write + contents: read + +jobs: + add-pr-label: + uses: vyos/.github/.github/workflows/add-pr-labels.yml@current + secrets: inherit |