File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ # Configuration for Label Actions - https://github.com/dessant/label-actions
2+
3+ # Specify actions for issues and pull requests
4+ actions :
5+ # Actions taken when the `heated` label is added
6+ " Type: Question " :
7+ # Post a comment
8+ comment : |-
9+ Hello @{issue-author},
10+ You seem to ask for support with this Wrapper.
11+ Unfortunately is this issue-tracker only reserved for bug reports and feature requests.
12+
13+ You can do two things to get support:
14+ - Join the [Discord of Andre601](https://discord.gg/6dazXp6) and head over to the javabotblockapi channel or
15+ - Join the [BotBlock.org Discord](https://botblock.org/discord) and ask Andre601 there.
16+
17+ **Do not ask the Staff of BotBlock.org for any support with this Wrapper!**
18+ close : true
19+ " Type: Dublicate " :
20+ comment : |-
21+ A issue with similar content already exists.
22+ Please contribute to the other Issue with your bug-report/feature request.
23+ close : true
24+ " Result: Invalid " :
25+ comment : |-
26+ This issue was seen as *invalid*.
27+
28+ Reasons for this could be:
29+ - Unrelated topic
30+ - Missing information
31+ - Spam or abuse of the issue-system
32+
33+ If you think your issue is actually not invalid, try to add more info and make it more clear.
34+ close : true
35+ " Type: BotBlock issue " :
36+ comment : |-
37+ The mentioned problem(s) and/or bug(s) are caused by the API from [BotBlock.org](https://botblock.org) and not by this Wrapper.
38+ Please contact the developers of BotBlock.org on their [Discord](https://botblock.org/discord) and inform them about your issue.
39+ close : true
40+ " Type: JDA issue " :
41+ comment : |-
42+ The mentioned problem(s) and/or bug(s) are caused by JDA and not by this Wrapper.
43+ Please contact the developers of JDA on their [Discord](https://discord.gg/0hMr4ce0tIk3pSjp) and inform them about your issue.
44+ close : true
45+
46+ # Limit to only `issues` or `pulls`
47+ only : issues
48+
49+ # Repository to extend settings from
50+ # _extends: repo
You can’t perform that action at this time.
0 commit comments