Browse Source

Run auto approve only on qmk/qmk_firmware (#16786)

pull/16789/head
Joel Challis 2 years ago
committed by GitHub
parent
commit
6822101f9c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/auto_approve.yml

+ 2
- 0
.github/workflows/auto_approve.yml View File

@ -8,6 +8,8 @@ jobs:
automatic_approve:
runs-on: ubuntu-latest
if: github.repository == 'qmk/qmk_firmware'
steps:
- uses: mheap/automatic-approve-action@v1
with:


Loading…
Cancel
Save