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:
|
jobs:
|
||||||
issue-unlabeled-blocked:
|
issue-unlabeled-blocked:
|
||||||
name: All blocked/* labels removed
|
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check for any blocked labels
|
- name: Check for any blocked labels
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue