aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/invalid-label-bot.yaml
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-11-16 18:51:50 -0500
committerKevin O'Connor <kevin@koconnor.net>2021-11-16 18:51:50 -0500
commit34f58f28160d5e13bcd68d96f92ebde5f608110a (patch)
tree0b7261035c3c02c646203e833537e38955cdd85e /.github/workflows/invalid-label-bot.yaml
parentbea16c74be4e65c44bd445a9d5c399806c6653e9 (diff)
downloadkutter-34f58f28160d5e13bcd68d96f92ebde5f608110a.tar.gz
kutter-34f58f28160d5e13bcd68d96f92ebde5f608110a.tar.xz
kutter-34f58f28160d5e13bcd68d96f92ebde5f608110a.zip
workflows: Limit github ticket workflows to Klipper3d/klipper repo
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to '.github/workflows/invalid-label-bot.yaml')
-rw-r--r--.github/workflows/invalid-label-bot.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/invalid-label-bot.yaml b/.github/workflows/invalid-label-bot.yaml
index 7cd11bdb..62381625 100644
--- a/.github/workflows/invalid-label-bot.yaml
+++ b/.github/workflows/invalid-label-bot.yaml
@@ -5,6 +5,7 @@ on:
types: [labeled]
jobs:
comment:
+ if: github.repository == 'Klipper3d/klipper'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3