summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-09-25 21:03:09 +0200
committerGitHub <noreply@github.com>2023-09-25 21:03:09 +0200
commitd530c6a1c63a1d8dda993039b373e376c9f70ff3 (patch)
tree3039c2fda6d81cf272f2220e3160e7e1c1165a4a
parent124233eb988ba77e3adf79c0a85123468247bf26 (diff)
parentcf392690d354fd3590d3b9c90ac155feb954c20d (diff)
downloadvyos-build-d530c6a1c63a1d8dda993039b373e376c9f70ff3.tar.gz
vyos-build-d530c6a1c63a1d8dda993039b373e376c9f70ff3.zip
Merge pull request #424 from c-po/github-sagitta
GitHub: add branch label action
-rw-r--r--.github/workflows/pull-request-labels.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/workflows/pull-request-labels.yml b/.github/workflows/pull-request-labels.yml
new file mode 100644
index 00000000..778daae3
--- /dev/null
+++ b/.github/workflows/pull-request-labels.yml
@@ -0,0 +1,20 @@
+---
+name: Add pull request labels
+
+on:
+ pull_request_target:
+ branches:
+ - current
+ - crux
+ - equuleus
+ - sagitta
+
+jobs:
+ add-pr-label:
+ name: Add PR Labels
+ runs-on: ubuntu-20.04
+ permissions:
+ contents: read
+ pull-requests: write
+ steps:
+ - uses: actions/labeler@v5.0.0-alpha.1