Skip to content

Commit

Permalink
ci: ignore blocked label removed on closed issues (electron#39793)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored and MrHuangJser committed Dec 11, 2023
1 parent 5a66d47 commit d6e6373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-unlabeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6e6373

Please sign in to comment.