1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

[CI skip] Updated GitHub Actions

This commit is contained in:
TheBusyBiscuit 2020-03-20 14:48:20 +01:00 committed by GitHub
parent 28b17c7ec0
commit ad03b140f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: Issue Closing name: Close invalid Issue
on: on:
issues: issues:
types: [opened] types: [opened]
@ -17,4 +17,9 @@ jobs:
with: with:
token: ${{ secrets.ACCESS_TOKEN }} token: ${{ secrets.ACCESS_TOKEN }}
issue_number: ${{ github.event.issue.number }} issue_number: ${{ github.event.issue.number }}
body: TEST body: |-
Your issue seems to be missing our template.
[Click here to create a bug report](https://github.com/TheBusyBiscuit/Slimefun4/issues/new/choose)
Please remember that this Bug Tracker is exclusively reserved for Bug reports, any other form
of discussion, like suggestions or questions should be posted on our discord server (You can find a link [on our main page](https://github.com/TheBusyBiscuit/Slimefun4#discord)).