mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-05-18 10:39:07 +03:00
fix: use correct label name 'Close as invalid' in workflow
Agent-Logs-Url: https://github.com/itdoginfo/podkop/sessions/db87c50a-cdfd-441f-bf0c-128adfe11f91 Co-authored-by: itdoginfo <11143109+itdoginfo@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f253e4e36f
commit
c62cb2de14
2
.github/workflows/close-invalid-issues.yml
vendored
2
.github/workflows/close-invalid-issues.yml
vendored
@@ -6,7 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
close-invalid:
|
||||
if: github.event.label.name == 'invalid'
|
||||
if: github.event.label.name == 'Close as invalid'
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
Reference in New Issue
Block a user