We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a45f4 commit b05432fCopy full SHA for b05432f
.github/workflows/close-incomplete-issues.yml
@@ -9,6 +9,7 @@ permissions:
9
10
jobs:
11
close-issues-if-invalid:
12
+ if: ${{ !contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR", "CONTRIBUTOR"]'), github.event.issue.author_association) }}
13
runs-on: ubuntu-latest
14
steps:
15
- uses: queengooborg/invalid-issue-closer@a76c4a636b1346d4554befcadd45eb0f23283580 # v1.6.1
0 commit comments