diff options
author | QMK Bot <hello@qmk.fm> | 2022-04-02 21:28:49 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-04-02 21:28:49 +0000 |
commit | cffe7f9caebdc768d62b2137cc6949b7c36c4cd9 (patch) | |
tree | d349586e8595397af8500cc563c355ecc4a42f50 /.github | |
parent | 3c57143bae6ef24f8012ae863c8561959f08902e (diff) | |
parent | 61bd61347ab1739524f375871407d54436f4c68e (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github')
-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/" |