From: Jóhann B. Guðmundsson Date: Thu, 6 Aug 2020 19:10:26 +0000 (+0000) Subject: Adding the labels file for the RHEL-6 branch X-Git-Tag: 051~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27047bb5c6988eeb7583661656e8674ea702226e;p=thirdparty%2Fdracut.git Adding the labels file for the RHEL-6 branch --- diff --git a/.github/workflows/rhel6-labeler.yml b/.github/workflows/rhel6-labeler.yml new file mode 100644 index 000000000..f342ff2db --- /dev/null +++ b/.github/workflows/rhel6-labeler.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: rhel6-labeler +on: + pull_request: + branches: + - RHEL-6 + +jobs: + label: + runs-on: ubuntu-latest + + steps: + - uses: actions/labeler@v2 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}" + configuration-path: .github/rhel6-label-triggers.yml