]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Adding the labels file for master
authorJóhann B. Guðmundsson <johannbg@gmail.com>
Thu, 6 Aug 2020 19:07:17 +0000 (19:07 +0000)
committerDaniel Molkentin <daniel@molkentin.de>
Fri, 7 Aug 2020 15:04:02 +0000 (17:04 +0200)
.github/workflows/master-labels.yml [new file with mode: 0644]

diff --git a/.github/workflows/master-labels.yml b/.github/workflows/master-labels.yml
new file mode 100644 (file)
index 0000000..ad4aaa2
--- /dev/null
@@ -0,0 +1,18 @@
+# This workflow will triage pull requests for the RHEL-6 branch and 
+# apply a label based on the paths that are modified in the pull request.
+
+name: master-labeler
+on: 
+  pull_request:
+    branches:
+      - master
+
+jobs:
+  label:
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/labeler@v2
+      with:
+        repo-token: "${{ secrets.GITHUB_TOKEN }}"
+        configuration-path: .github/master-label-triggers.yml