diff options
author | QMK Bot <hello@qmk.fm> | 2024-07-24 03:51:08 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2024-07-24 03:51:08 +0000 |
commit | c45e75037bcb10691ee26ca41d7c2c119170c3bf (patch) | |
tree | 04b912f256cc637689141e764c29f6c971f3708c | |
parent | 783f465cd4fe5c677bdf62653da6499c35b78a67 (diff) | |
parent | 8c5acdea12543dbc86e9b85fe41cbb98d90bbd18 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | .github/workflows/auto_approve.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/auto_approve.yml b/.github/workflows/auto_approve.yml index 1db1c49a9b..d526db397c 100644 --- a/.github/workflows/auto_approve.yml +++ b/.github/workflows/auto_approve.yml @@ -13,8 +13,8 @@ jobs: if: github.repository == 'qmk/qmk_firmware' steps: - - uses: mheap/automatic-approve-action@v1 + - uses: zvecr/automatic-approve-action@safe_files with: token: ${{ secrets.QMK_BOT_TOKEN }} - workflows: "format.yml,lint.yml,unit_test.yml" - dangerous_files: "lib/python/,Makefile,paths.mk,builddefs/" + workflows: "labeler.yml,lint.yml,docs.yml" + safe_files: "keyboards/,docs/" |