mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-19 15:35:52 +00:00
27 lines
741 B
YAML
27 lines
741 B
YAML
name: 'Manage support request issues'
|
|
|
|
on:
|
|
issues:
|
|
types: [labeled, unlabeled, reopened]
|
|
|
|
jobs:
|
|
support:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dessant/support-requests@v4
|
|
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:
|
|
|
|
- Check our [Documentation](https://doc.pmmp.io) to see if you can find answers there
|
|
|
|
- Ask the community on our [Discord server](https://discord.gg/bmSAZBG)
|
|
|
|
close-issue: true
|
|
lock-issue: false
|