forked from mirrors/qmk_firmware
Automatically approve workflow runs from first time contributors (#16774)
This commit is contained in:
parent
1caccca1f6
commit
4f30b7a2c9
1 changed files with 16 additions and 0 deletions
16
.github/workflows/auto_approve.yml
vendored
Normal file
16
.github/workflows/auto_approve.yml
vendored
Normal file
|
@ -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/"
|
Loading…
Reference in a new issue