1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Update .github/workflows/close-on-invalid-label.yaml

Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
This commit is contained in:
Ramya Parimi
2021-09-07 06:39:09 -05:00
committed by GitHub
parent 719a9cf63d
commit 9aa2880ddf

View File

@@ -8,7 +8,7 @@ on:
jobs:
close-on-adding-invalid-label:
if: github.repository == 'github/docs'
if: github.repository == 'github/docs' && github.event.label.name == 'invalid'
runs-on: ubuntu-latest
steps: