summaryrefslogtreecommitdiff
path: root/.github/workflows/add-pr-labels.yml
diff options
context:
space:
mode:
authorkumvijaya <kuvmijaya@gmail.com>2024-06-29 22:50:49 +0530
committerkumvijaya <kuvmijaya@gmail.com>2024-06-29 22:50:49 +0530
commit4c5b92fadaeabfdc8bd3906d77fe740b25bf670e (patch)
tree15d998822e67640f9727a0a2ce225855749ab04a /.github/workflows/add-pr-labels.yml
parent6c52456337f7b434b6c744cb3b36a2ac983bd342 (diff)
downloadvyatta-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.yml16
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