Browse Source

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
pull/16786/head
Joel Challis 2 years ago
committed by GitHub
parent
commit
61bd61347a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      .github/workflows/auto_approve.yml

+ 5
- 5
.github/workflows/auto_approve.yml View File

@ -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/"

Loading…
Cancel
Save