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:44:40 +01:00 committed by GitHub
parent de9e38fa22
commit 28b17c7ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: Issue Response name: Respond to closed Issue
on: on:
issues: issues:
types: [closed] types: [closed]
@ -6,16 +6,20 @@ on:
jobs: jobs:
comment: comment:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event.label.name == 'Bug Report'
steps: steps:
- uses: rytswd/respost@v0.1.0 - uses: maxkomarychev/octions/octions/issues/create-comment@master
with: with:
title: Your issue has been closed! token: ${{ secrets.ACCESS_TOKEN }}
issue_number: ${{ github.event.issue.number }}
body: |- body: |-
If your issue was **closed but not resolved**, then it may fall under one or more of the following categories. Your issue was closed, it may fall under one or more of the following categories.
**Please wait for an admin to tick off the points that apply.** **Please wait for an admin to tick off the points that apply.**
Do not post your Issue again until an Admin has reviewed this message and you fixed the points that were ticked. Do not post your Issue again until an Admin has reviewed this message and you fixed the points that were ticked.
This message can be deleted if your issue was resolved. This message can be deleted if your issue was resolved.
Please respond below, if you have any questions.
* [ ] You did not follow our template. Please follow the Issue template to help us identify your issue more quickly. * [ ] 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) * [ ] You did not provide any information about your versions (We absolutely need your exact versions, \"latest\" is not helpful)
* [ ] You did not provide a proper description to the problem. * [ ] You did not provide a proper description to the problem.
@ -33,5 +37,3 @@ jobs:
* [ ] 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 of that addon. * [ ] 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 of that addon.
Make sure to check out our article on [How to report bugs](https://github.com/TheBusyBiscuit/Slimefun4/wiki/How-to-report-bugs) for even more information. Make sure to check out our article on [How to report bugs](https://github.com/TheBusyBiscuit/Slimefun4/wiki/How-to-report-bugs) for even more information.
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}