ci: ignore blocked label removed on closed issues (#39793)
This commit is contained in:
parent
792037b338
commit
2324c4d8fd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/issue-unlabeled.yml
vendored
2
.github/workflows/issue-unlabeled.yml
vendored
|
@ -10,7 +10,7 @@ permissions:
|
|||
jobs:
|
||||
issue-unlabeled-blocked:
|
||||
name: All blocked/* labels removed
|
||||
if: startsWith(github.event.label.name, 'blocked/')
|
||||
if: startsWith(github.event.label.name, 'blocked/') && github.event.issue.state == 'open'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check for any blocked labels
|
||||
|
|
Loading…
Reference in a new issue