diff options
author | Joel Challis <git@zvecr.com> | 2022-04-02 22:28:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-02 22:28:10 +0100 |
commit | 61bd61347ab1739524f375871407d54436f4c68e (patch) | |
tree | db6bca155ca373a30aecb91a800c94fb2726ceb7 | |
parent | 4f30b7a2c9d04070f1df8936bf3e75eee14558bc (diff) | |
download | qmk_firmware-61bd61347ab1739524f375871407d54436f4c68e.tar.gz qmk_firmware-61bd61347ab1739524f375871407d54436f4c68e.zip |
Automatically approve workflow runs from first time contributors (#16775)
* Automatically approve workflow runs from first time contributors
* Automatically approve workflow runs from first time contributors
-rw-r--r-- | .github/workflows/auto_approve.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/auto_approve.yml b/.github/workflows/auto_approve.yml index 7c0a982b44..6b986ffccc 100644 --- a/.github/workflows/auto_approve.yml +++ b/.github/workflows/auto_approve.yml @@ -9,8 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: mheap/automatic-approve-action@v1 - with: - token: ${{ secrets.QMK_BOT_TOKEN }} - workflows: "format.yml,lint.yml,unit_test.yml" - dangerous_files: "lib/python/,Makefile,paths.mk,builddefs/" + - uses: mheap/automatic-approve-action@v1 + with: + token: ${{ secrets.QMK_BOT_TOKEN }} + workflows: "format.yml,lint.yml,unit_test.yml" + dangerous_files: "lib/python/,Makefile,paths.mk,builddefs/" |