We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a0909 commit 816c97fCopy full SHA for 816c97f
.github/workflows/issue-spam-control.yml
@@ -6,7 +6,7 @@ on:
6
types: [opened, reopened]
7
jobs:
8
check:
9
- if: ${{ contains( github.event.issue.labels.*.name, 'keep-open') }}
+ if: ${{ ! contains( github.event.issue.labels.*.name, 'keep-open') }}
10
runs-on: ubuntu-latest
11
name: Close issue opened by non-stargazer
12
steps:
0 commit comments