]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Update master-labels.yml
authorJóhann B. Guðmundsson <johannbg@gmail.com>
Fri, 7 Aug 2020 16:17:45 +0000 (16:17 +0000)
committerDaniel Molkentin <daniel@molkentin.de>
Fri, 7 Aug 2020 16:23:43 +0000 (18:23 +0200)
Removing branches not sure if they work with the cron scheduler in workflow actions

.github/workflows/master-labels.yml

index ad92fd2bca1e25cc24ca123f7fa7d4d0339a3023..0a46425a0ce632c83c51eb6c45c92264498b17ac 100644 (file)
@@ -1,19 +1,17 @@
-# 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.
+# This workflow will triage pull request and apply a 
+# label based on the paths that are modified in the pull request.
 
 name: master-labeler
-  on: 
+on:
    schedule:
-     - cron: '*/15 * * * *'
-   branches:
-     - master
+        - cron: '*/15 * * * *'
 
 jobs:
-  label:
-    runs-on: ubuntu-latest
-      steps:
-       - uses: paulfantom/periodic-labeler@master
-           env:
-              GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-              GITHUB_REPOSITORY: ${{ github.repository }}
-              LABEL_MAPPINGS_FILE: .github/master-label-triggers.yml
+    label:
+        runs-on: ubuntu-latest
+        steps:
+            - uses: paulfantom/periodic-labeler@master
+              env:
+                  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+                  GITHUB_REPOSITORY: ${{ github.repository }}
+                  LABEL_MAPPINGS_FILE: .github/labeler.yml