mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-28 22:23:27 +03:00
👷 Ignore issues with the keep-open tag
This commit is contained in:
parent
e8a0909996
commit
816c97f49a
2
.github/workflows/issue-spam-control.yml
vendored
2
.github/workflows/issue-spam-control.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user