1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

[CI skip] Added automated Issues responses

This commit is contained in:
TheBusyBiscuit 2019-11-19 00:01:21 +01:00 committed by GitHub
parent ff8275797a
commit 3266e4c65e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: Respost - Write comment to new Issue event
name: Issue Response
on:
issues:
types: [closed]
@ -10,6 +10,6 @@ jobs:
- uses: rytswd/respost@v0.1.0
with:
title: Your issue has been closed!
body: "Hi, this is a test message.<br>Hello world..."
body: "If your issue was closed **and not resolved** by one of our developers it may fall under one or more of these categories:<br><br>1. You did not follow our template. Please follow the Issue template to help us identify your issue more quickly.<br>2. You did not provide any information about your versions (We absolutely need your exact versions, \"latest\" is not helpful)<br>3. Your issue was already reported, it is a duplicate. Check the other open issues first before posting!<br>4. Your issue has already been fixed in a later version of Slimefun or CS-CoreLib, you should update.<br>5. You are using an outdated version of Slimefun / CS-CoreLib, again, you should update.<br>6. You are using an unsupported version of Minecraft. We only provide support for the latest version of Minecraft, old versions are not supported anymore.<br>7. You are using a \"stable\" version of Slimefun (prefixed with \"RC - \"), your issue may have been fixed in a development build, so we only accept bug reports from those.<br>8. You are on the wrong issue tracker. We would like to remind you that this Issue Tracker is **only for Slimefun**, to report bugs on any addons, head to the corresponding issue tracker."
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}