mirror of
https://github.com/4sval/FModel.git
synced 2026-04-16 22:46:09 -05:00
sigh
This commit is contained in:
parent
c014478abc
commit
918339c56b
16
.github/workflows/autoclose.yml
vendored
Normal file
16
.github/workflows/autoclose.yml
vendored
Normal 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.
|
||||
Loading…
Reference in New Issue
Block a user