1
0
mirror of synced 2026-01-05 21:04:17 -05:00

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

Co-authored-by: James M. Greene <JamesMGreene@github.com>
This commit is contained in:
Ramya Parimi
2021-09-07 10:28:06 -05:00
committed by GitHub
parent 9e00885199
commit 60fdce01a6

View File

@@ -6,6 +6,10 @@ on:
pull_request:
types: [labeled]
permissions:
issues: write
pull-requests: write
jobs:
close-on-adding-invalid-label:
if: github.repository == 'github/docs' && github.event.label.name == 'invalid'