Run auto approve only on qmk/qmk_firmware (#16786)
This commit is contained in:
parent
0c8109a1ac
commit
6822101f9c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/auto_approve.yml
vendored
2
.github/workflows/auto_approve.yml
vendored
|
@ -8,6 +8,8 @@ jobs:
|
||||||
automatic_approve:
|
automatic_approve:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
if: github.repository == 'qmk/qmk_firmware'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: mheap/automatic-approve-action@v1
|
- uses: mheap/automatic-approve-action@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue