workflows: Limit github ticket workflows to Klipper3d/klipper repo

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2021-11-16 18:51:50 -05:00
parent bea16c74be
commit 34f58f2816
2 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ on:
types: [labeled]
jobs:
comment:
if: github.repository == 'Klipper3d/klipper'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3