From: Jóhann B. Guðmundsson Date: Thu, 6 Aug 2020 19:07:17 +0000 (+0000) Subject: Adding the labels file for master X-Git-Tag: 051~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80f1ce6c1388f498a7fb25c0277039cf66665413;p=thirdparty%2Fdracut.git Adding the labels file for master --- diff --git a/.github/workflows/master-labels.yml b/.github/workflows/master-labels.yml new file mode 100644 index 000000000..ad4aaa261 --- /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