This commit is contained in:
Valentin 2022-07-25 22:15:29 +02:00 committed by GitHub
parent c014478abc
commit 918339c56b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
.github/workflows/autoclose.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Issue Auto Closing
on:
issues:
types:
- opened
jobs:
autoclose:
runs-on: ubuntu-latest
steps:
- name: Close Condition
if: contains(toJson(github.event.issue.body), '### Game\r\n\r\nFortnite')
uses: peter-evans/close-issue@v2
with:
comment: Fortnite related issues are not allowed here. Join the [discord server](https://fmodel.app/discord) and read the common errors channel instead.