summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto_approve.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/auto_approve.yml b/.github/workflows/auto_approve.yml
index 6b986ffccc..dea3f017dd 100644
--- a/.github/workflows/auto_approve.yml
+++ b/.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: