Skip to content

Commit b05432f

Browse files
committed
ci(close-incomplete-issues): ignore issues from contributors
1 parent d4a45f4 commit b05432f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/close-incomplete-issues.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99

1010
jobs:
1111
close-issues-if-invalid:
12+
if: ${{ !contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR", "CONTRIBUTOR"]'), github.event.issue.author_association) }}
1213
runs-on: ubuntu-latest
1314
steps:
1415
- uses: queengooborg/invalid-issue-closer@a76c4a636b1346d4554befcadd45eb0f23283580 # v1.6.1

0 commit comments

Comments
 (0)