Skip to content

Commit f1dd6df

Browse files
authored
chore: Avoid updating labels on closed issues [skip ci] (#50)
1 parent 1e20a0a commit f1dd6df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/issue_comment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121

2222
adjust-labels:
2323
runs-on: ubuntu-latest
24+
if: ${{ github.event.issue.state == 'open' }}
2425
permissions:
2526
issues: write
2627
env:

0 commit comments

Comments
 (0)