Browse Source

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

Joel Challis 3 years ago
parent
commit
6822101f9c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/auto_approve.yml

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

@@ -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: