mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-08 17:06:18 +02:00
👷 Ignore issues with keep-open tag
This commit is contained in:
parent
cf4bc8adf4
commit
e8a0909996
3
.github/workflows/issue-spam-control.yml
vendored
3
.github/workflows/issue-spam-control.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user