diff options
author | Joel Challis <git@zvecr.com> | 2022-04-03 22:01:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-04 07:01:16 +1000 |
commit | 6822101f9cbdc907d30190753fe336570bab40ba (patch) | |
tree | a5aa849d16f99f06f513c06812c28a200351767e /.github | |
parent | 0c8109a1acd1cf390c9088256e2b269d6a10d39c (diff) | |
download | qmk_firmware-6822101f9cbdc907d30190753fe336570bab40ba.tar.gz qmk_firmware-6822101f9cbdc907d30190753fe336570bab40ba.zip |
Run auto approve only on qmk/qmk_firmware (#16786)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/auto_approve.yml | 2 |
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: |