mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Remove clown issue closer
No body ever read anyway, what's the point, it only cause spam.
This commit is contained in:
parent
c33efa26a0
commit
2a20be913d
3 changed files with 0 additions and 28 deletions
1
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
1
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -39,6 +39,5 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- label: I have checked through the app settings for my feature.
|
- label: I have checked through the app settings for my feature.
|
||||||
required: true
|
required: true
|
||||||
- label: I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements.
|
|
||||||
- label: I will fill out all of the requested information in this form.
|
- label: I will fill out all of the requested information in this form.
|
||||||
required: true
|
required: true
|
||||||
|
|
1
.github/ISSUE_TEMPLATE/issue_report.yml
vendored
1
.github/ISSUE_TEMPLATE/issue_report.yml
vendored
|
@ -104,6 +104,5 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- label: I have updated all installed extensions.
|
- label: I have updated all installed extensions.
|
||||||
required: true
|
required: true
|
||||||
- label: I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements.
|
|
||||||
- label: I have filled out all of the requested information in this form.
|
- label: I have filled out all of the requested information in this form.
|
||||||
required: true
|
required: true
|
||||||
|
|
26
.github/workflows/issue_closer.yml
vendored
26
.github/workflows/issue_closer.yml
vendored
|
@ -1,26 +0,0 @@
|
||||||
name: Issue moderator
|
|
||||||
|
|
||||||
on:
|
|
||||||
issues:
|
|
||||||
types: [ opened, edited, reopened ]
|
|
||||||
issue_comment:
|
|
||||||
types: [ created ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
autoclose:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Moderate issues
|
|
||||||
uses: keiyoushi/issue-moderator-action@a017be83547db6e107431ce7575f53c1dfa3296a # v2
|
|
||||||
with:
|
|
||||||
repo-token: ${{ secrets.ISSUE_MODERATION_PAT }}
|
|
||||||
auto-close-rules: |
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "body",
|
|
||||||
"regex": "- \\[[xX]\\] I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements\\.",
|
|
||||||
"labels": [":clown_face:"],
|
|
||||||
"message": "You have not carefully read the acknowledgements."
|
|
||||||
}
|
|
||||||
]
|
|
||||||
auto-close-ignore-label: do-not-autoclose
|
|
Loading…
Add table
Add a link
Reference in a new issue