Skip to content

Commit

Permalink
Automatically approve workflow runs from first time contributors (#16775
Browse files Browse the repository at this point in the history
)

* Automatically approve workflow runs from first time contributors

* Automatically approve workflow runs from first time contributors
  • Loading branch information
zvecr authored Apr 2, 2022
1 parent 4f30b7a commit 61bd613
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/auto_approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"

0 comments on commit 61bd613

Please sign in to comment.