summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-04-02 22:28:10 +0100
committerGitHub <noreply@github.com>2022-04-02 22:28:10 +0100
commit61bd61347ab1739524f375871407d54436f4c68e (patch)
treedb6bca155ca373a30aecb91a800c94fb2726ceb7 /.github
parent4f30b7a2c9d04070f1df8936bf3e75eee14558bc (diff)
Automatically approve workflow runs from first time contributors (#16775)
* Automatically approve workflow runs from first time contributors * Automatically approve workflow runs from first time contributors
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto_approve.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/auto_approve.yml b/.github/workflows/auto_approve.yml
index 7c0a982b44..6b986ffccc 100644
--- a/.github/workflows/auto_approve.yml
+++ b/.github/workflows/auto_approve.yml
@@ -9,8 +9,8 @@ jobs:
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/"
+ - 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/"