mirror of
https://github.com/hagezi/dns-blocklists.git
synced 2026-05-23 09:39:13 +00:00
update
This commit is contained in:
parent
702723d840
commit
30b6a58cc0
18
.github/workflows/ignored.yml
vendored
Normal file
18
.github/workflows/ignored.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
name: ignored
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types:
|
||||||
|
- labeled
|
||||||
|
jobs:
|
||||||
|
add-comment:
|
||||||
|
if: github.event.label.name == 'ignored'
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
steps:
|
||||||
|
- name: Close Issue
|
||||||
|
uses: peter-evans/close-issue@v3
|
||||||
|
with:
|
||||||
|
issue-number: ${{ github.event.issue.number }}
|
||||||
|
close-reason: not_planned
|
||||||
|
comment: The requested details in the issue template were not provided. The information is either completely missing or insufficient. Issues lacking required details are not processed.
|
||||||
Loading…
x
Reference in New Issue
Block a user