1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00
Slimefun4/.github/workflows/issues.yml
2019-11-19 00:05:56 +01:00

26 lines
1.5 KiB
YAML

name: Issue Response
on:
issues:
types: [closed]
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: rytswd/respost@v0.1.0
with:
title: Your issue has been closed!
body: |-
If your issue was closed **and not resolved** by one of our developers it may fall under one or more of these categories:
* You did not follow our template. Please follow the Issue template to help us identify your issue more quickly.
* You did not provide any information about your versions (We absolutely need your exact versions, \"latest\" is not helpful)
* Your issue was already reported, it is a duplicate. Check the other open issues first before posting!
* Your issue has already been fixed in a later version of Slimefun or CS-CoreLib, you should update.
* You are using an outdated version of Slimefun / CS-CoreLib, again, you should update.
* You are using an unsupported version of Minecraft. We only provide support for the latest version of Minecraft, old versions are not supported anymore.
* 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.
* 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 }}