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
This commit is contained in:
Joel Challis 2022-04-02 22:28:10 +01:00 committed by GitHub
parent 4f30b7a2c9
commit 61bd61347a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
uses: mheap/automatic-approve-action@v1
- uses: mheap/automatic-approve-action@v1
with:
token: ${{ secrets.QMK_BOT_TOKEN }}
workflows: "format.yml,lint.yml,unit_test.yml"