summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-07-24 04:50:38 +0100
committerGitHub <noreply@github.com>2024-07-24 04:50:38 +0100
commit8c5acdea12543dbc86e9b85fe41cbb98d90bbd18 (patch)
treecc69e9bda5be23b643c96019a4dc06c639acae27 /.github/workflows
parent60c5ad821cbaf07ddca29cfad9f3c6629f8e658c (diff)
Update to automatic-approve-action fork (#24188)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/auto_approve.yml6
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:
13 if: github.repository == 'qmk/qmk_firmware' 13 if: github.repository == 'qmk/qmk_firmware'
14 14
15 steps: 15 steps:
16 - uses: mheap/automatic-approve-action@v1 16 - uses: zvecr/automatic-approve-action@safe_files
17 with: 17 with:
18 token: ${{ secrets.QMK_BOT_TOKEN }} 18 token: ${{ secrets.QMK_BOT_TOKEN }}
19 workflows: "format.yml,lint.yml,unit_test.yml" 19 workflows: "labeler.yml,lint.yml,docs.yml"
20 dangerous_files: "lib/python/,Makefile,paths.mk,builddefs/" 20 safe_files: "keyboards/,docs/"