summaryrefslogtreecommitdiff
path: root/.github/workflows/add-pr-labels.yml
diff options
context:
space:
mode:
authorkumvijaya <kumvijaya@gmail.com>2024-06-14 17:48:34 +0530
committerChristian Breunig <christian@breunig.cc>2024-06-15 08:14:40 +0200
commitdcb5d50abd66e207156f371fb80e6497d33390e8 (patch)
tree7155e9133fb4459204efa3af009fd468f6e6a21e /.github/workflows/add-pr-labels.yml
parenta7608991a8b381ad389e5492713e61a6ce3fd5d3 (diff)
downloadvyos-1x-dcb5d50abd66e207156f371fb80e6497d33390e8.tar.gz
vyos-1x-dcb5d50abd66e207156f371fb80e6497d33390e8.zip
T6487: updated central workflows to use current branch
(cherry picked from commit 6c4bd6cdaa6008f05ed610742a4cc7e79988b737)
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 000000000..bf19d4744
--- /dev/null
+++ b/.github/workflows/add-pr-labels.yml
@@ -0,0 +1,16 @@
+---
+name: Add pull request labels
+
+on:
+ pull_request_target:
+ branches:
+ - equuleus
+
+permissions:
+ pull-requests: write
+ contents: read
+
+jobs:
+ add-pr-label:
+ uses: vyos/.github/.github/workflows/add-pr-labels.yml@equuleus
+ secrets: inherit