Blob Blame History Raw
From 80f1ce6c1388f498a7fb25c0277039cf66665413 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B3hann=20B=2E=20Gu=C3=B0mundsson?= <johannbg@gmail.com>
Date: Thu, 6 Aug 2020 19:07:17 +0000
Subject: [PATCH] Adding the labels file for master

---
 .github/workflows/master-labels.yml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.github/workflows/master-labels.yml b/.github/workflows/master-labels.yml
new file mode 100644
index 00000000..ad4aaa26
--- /dev/null
+++ b/.github/workflows/master-labels.yml
@@ -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