mirror of
https://github.com/4sval/FModel.git
synced 2026-07-28 06:19:43 -05:00
Delete autoclose.yml
This commit is contained in:
parent
36123c4cb2
commit
6cc0cbbf72
16
.github/workflows/autoclose.yml
vendored
16
.github/workflows/autoclose.yml
vendored
|
|
@ -1,16 +0,0 @@
|
|||
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.
|
||||
Loading…
Reference in New Issue
Block a user