summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-04-02 21:09:49 +0000
committerQMK Bot <hello@qmk.fm>2022-04-02 21:09:49 +0000
commit3c57143bae6ef24f8012ae863c8561959f08902e (patch)
treeca524fa8a6c2468a3e433759f1d079c14f2472ef /.github
parentdf9ddf8b611ba2ecc6963c34579631b9649f1222 (diff)
parent4f30b7a2c9d04070f1df8936bf3e75eee14558bc (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto_approve.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/auto_approve.yml b/.github/workflows/auto_approve.yml
new file mode 100644
index 0000000000..7c0a982b44
--- /dev/null
+++ b/.github/workflows/auto_approve.yml
@@ -0,0 +1,16 @@
+name: Automatic Approve
+
+on:
+ schedule:
+ - cron: "*/5 * * * *"
+
+jobs:
+ automatic_approve:
+ 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/"