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
  • Loading branch information
zvecr authored and thpoll83 committed May 11, 2022
1 parent bab4567 commit 86a8b0a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/auto_approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
automatic_approve:
runs-on: ubuntu-latest

<<<<<<< HEAD
if: github.repository == 'qmk/qmk_firmware'

steps:
Expand All @@ -16,3 +17,11 @@ jobs:
token: ${{ secrets.QMK_BOT_TOKEN }}
workflows: "format.yml,lint.yml,unit_test.yml"
dangerous_files: "lib/python/,Makefile,paths.mk,builddefs/"
=======
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/"
>>>>>>> bebccd1fd0 (Automatically approve workflow runs from first time contributors (#16774))

0 comments on commit 86a8b0a

Please sign in to comment.