👷 Ignore issues with the keep-open tag

This commit is contained in:
Alicia Sykes 2021-09-10 21:39:44 +01:00 committed by GitHub
parent e8a0909996
commit 816c97f49a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ on:
types: [opened, reopened]
jobs:
check:
if: ${{ contains( github.event.issue.labels.*.name, 'keep-open') }}
if: ${{ ! contains( github.event.issue.labels.*.name, 'keep-open') }}
runs-on: ubuntu-latest
name: Close issue opened by non-stargazer
steps: