workflows: Limit github ticket workflows to Klipper3d/klipper repo
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
1
.github/workflows/invalid-label-bot.yaml
vendored
1
.github/workflows/invalid-label-bot.yaml
vendored
@@ -5,6 +5,7 @@ on:
|
||||
types: [labeled]
|
||||
jobs:
|
||||
comment:
|
||||
if: github.repository == 'Klipper3d/klipper'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/github-script@v3
|
||||
|
||||
Reference in New Issue
Block a user