logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 8c5acdea12543dbc86e9b85fe41cbb98d90bbd18
parent 60c5ad821cbaf07ddca29cfad9f3c6629f8e658c
Author: Joel Challis <git@zvecr.com>
Date:   Wed, 24 Jul 2024 04:50:38 +0100

Update to automatic-approve-action fork (#24188)


Diffstat:

M.github/workflows/auto_approve.yml6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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/"