|
| 1 | +labels: |
| 2 | + - name: 'Type: Question' |
| 3 | + labeled: |
| 4 | + issue: |
| 5 | + body: |- |
| 6 | + Hello @{{ sender.login }}, |
| 7 | + |
| 8 | + We sadly do not provide support through Issues. |
| 9 | + Please join the [Discord Server](https://discord.gg/6dazXp6) and ask in the `#javabotblockapi` channel to receive support. |
| 10 | + *This issue has been automatically closed.* |
| 11 | + action: close |
| 12 | + - name: 'Type: Duplicate' |
| 13 | + labeled: |
| 14 | + issue: |
| 15 | + body: |- |
| 16 | + Your issue is already known and a separate issue with the exact same report/feature request already exist. |
| 17 | + |
| 18 | + Please comment on the already existing issue with your information instead of opening your own. |
| 19 | + *This issue has been automatically closed.* |
| 20 | + action: close |
| 21 | + - name: 'Type: JDA issue' |
| 22 | + labeled: |
| 23 | + issue: |
| 24 | + body: |- |
| 25 | + Hello @{{ sender.login }} |
| 26 | + |
| 27 | + The issue you encounter is caused by JDA and not JavaBotBlockAPI. |
| 28 | + Please [join the JDA Discord](https://discord.gg/0hMr4ce0tIk3pSjp) and ask there for support. |
| 29 | + *This issue has been automatically closed.* |
| 30 | + - name: 'Type: BotBlock issue' |
| 31 | + labeled: |
| 32 | + issue: |
| 33 | + body: |- |
| 34 | + Hello @{{ sender.login }} |
| 35 | + |
| 36 | + The issue you encounter is caused by BotBlock and not JavaBotBlockAPI. |
| 37 | + Please [join the BotBlock Discord](https://botblock.org/discord) and ask there for support. |
| 38 | + *This issue has been automatically closed.* |
| 39 | + - name: 'Result: Invalid' |
| 40 | + labeled: |
| 41 | + issue: |
| 42 | + body: |- |
| 43 | + Hello @{{ sender.login }}, |
| 44 | + |
| 45 | + Your Issue has beeen marked as invalid. |
| 46 | + Make sure to use and follow the provided Issue templates. Issues not following the templates get closed. |
| 47 | + action: close |
| 48 | + pr: |
| 49 | + body: |- |
| 50 | + Hello @{{ sender.login }}, |
| 51 | + |
| 52 | + Your Pull request has beeen marked as invalid. |
| 53 | + Make sure to use and follow the provided Pull request templates. Pull requests not following the templates get closed. |
| 54 | + action: close |
| 55 | + unlabeled: |
| 56 | + issue: |
| 57 | + body: |- |
| 58 | + Thank you @{{ sender.login }} for following the Issue Template. |
| 59 | + Your Issue has been re-opened and the dev will look into it. |
| 60 | + action: open |
| 61 | + pr: |
| 62 | + body: |- |
| 63 | + Thank you @{{ sender.login }} for following the Pull request Template. |
| 64 | + Your Pull request has been re-opened and the dev will look into it. |
| 65 | + action: open |
| 66 | + - name: 'Status: Requires more info' |
| 67 | + labeled: |
| 68 | + issue: |
| 69 | + body: |- |
| 70 | + Hello @{{ sender.login }}, |
| 71 | + |
| 72 | + Your issue doesn't provide enough information for us to help you. |
| 73 | + Please make sure to provide as much information as possible, including the version of JavaBotBlockAPI, any configuration you made and what steps you took. |
| 74 | + unlabeled: |
| 75 | + issue: |
| 76 | + body: |- |
| 77 | + Thank you @{{ sender.login }} for providing additional information. |
| 78 | + The developer will take a look at your issue and try to find a solution for it, so stay tight. |
0 commit comments