👷 Ignore issues with keep-open tag

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

View File

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