Skip to content

Commit 816c97f

Browse files
authored
👷 Ignore issues with the keep-open tag
1 parent e8a0909 commit 816c97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-spam-control.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
types: [opened, reopened]
77
jobs:
88
check:
9-
if: ${{ contains( github.event.issue.labels.*.name, 'keep-open') }}
9+
if: ${{ ! contains( github.event.issue.labels.*.name, 'keep-open') }}
1010
runs-on: ubuntu-latest
1111
name: Close issue opened by non-stargazer
1212
steps:

0 commit comments

Comments
 (0)