Skip to content

Commit

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

* Automatically approve workflow runs from first time contributors

* Automatically approve workflow runs from first time contributors
  • Loading branch information
zvecr authored and thpoll83 committed May 11, 2022
1 parent 86a8b0a commit 09e2958
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/auto_approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,17 @@ jobs:
dangerous_files: "lib/python/,Makefile,paths.mk,builddefs/"
=======
steps:
<<<<<<< HEAD
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/"
>>>>>>> bebccd1fd0 (Automatically approve workflow runs from first time contributors (#16774))
=======
- 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/"
>>>>>>> c692102e24 (Automatically approve workflow runs from first time contributors (#16775))

0 comments on commit 09e2958

Please sign in to comment.