-
-
Notifications
You must be signed in to change notification settings - Fork 1
29 lines (20 loc) · 885 Bytes
/
support.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: 'Manage support request issues'
on:
issues:
types: [ labeled, unlabeled, reopened ]
jobs:
support:
runs-on: ubuntu-latest
steps:
- uses: dessant/support-requests@v3
with:
github-token: ${{ github.token }}
support-label: "Support request"
issue-comment: >
Hi, we only accept **bug reports** on this issue tracker, but this issue looks like a support request.
Instead of creating an issue, try the following:
- Ask the community on our [Discord server](https://discord.gg/R7kdetE) or the [PocketMine Forums](https://forums.pmmp.io)
- Ask in the PocketMine community [Discord server](https://discord.gg/bmSAZBG)
[Discord](https://discord.gg/R7kdetE) | [Forums](https://forums.pmmp.io)
close-issue: true
lock-issue: false