summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJameer Pathan <jameerpathan111@gmail.com>2020-12-12 12:00:26 +0530
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-12-14 09:43:38 +0900
commit292420ce4b2ecac521d9016ed2ad99dabd8e5049 (patch)
tree5268c0de6e3e229147338e71d12bd133d0bbd6b2 /.github/workflows
parent258190a0d5b2c1fe8ee50e3a9204d845947d4835 (diff)
downloadsystemd-292420ce4b2ecac521d9016ed2ad99dabd8e5049.tar.gz
Add Pull Request Labeler
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/labeler.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
new file mode 100644
index 0000000000..eecf3d9d68
--- /dev/null
+++ b/.github/workflows/labeler.yml
@@ -0,0 +1,12 @@
+name: "Pull Request Labeler"
+on:
+- pull_request_target
+
+jobs:
+ triage:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/labeler@main
+ with:
+ repo-token: "${{ secrets.GITHUB_TOKEN }}"
+ configuration-path: .github/labeler.yml