forked from botblock/JavaBotBlockAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabel-commenter-config.yml
More file actions
78 lines (71 loc) · 3.06 KB
/
label-commenter-config.yml
File metadata and controls
78 lines (71 loc) · 3.06 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
labels:
- name: 'Type: Question'
labeled:
issue:
body: |-
Hello @{{ issue.user.login }},
We sadly do not provide support through Issues.
Please join the [Discord Server](https://discord.gg/6dazXp6) and ask in the `#javabotblockapi` channel to receive support.
*This issue has been automatically closed.*
action: close
- name: 'Type: Duplicate'
labeled:
issue:
body: |-
Your issue is already known and a separate issue with the exact same report/feature request already exist.
Please comment on the already existing issue with your information instead of opening your own.
*This issue has been automatically closed.*
action: close
- name: 'Type: JDA issue'
labeled:
issue:
body: |-
Hello @{{ issue.user.login }},
The issue you encounter is caused by JDA and not JavaBotBlockAPI.
Please [join the JDA Discord](https://discord.gg/0hMr4ce0tIk3pSjp) and ask there for support.
*This issue has been automatically closed.*
- name: 'Type: BotBlock issue'
labeled:
issue:
body: |-
Hello @{{ issue.user.login }},
The issue you encounter is caused by BotBlock and not JavaBotBlockAPI.
Please [join the BotBlock Discord](https://botblock.org/discord) and ask there for support.
*This issue has been automatically closed.*
- name: 'Result: Invalid'
labeled:
issue:
body: |-
Hello @{{ issue.user.login }},
Your Issue has beeen marked as invalid.
Make sure to use and follow the provided Issue templates. Issues not following the templates get closed.
action: close
pr:
body: |-
Hello @{{ issue.user.login }},
Your Pull request has beeen marked as invalid.
Make sure to use and follow the provided Pull request templates. Pull requests not following the templates get closed.
action: close
unlabeled:
issue:
body: |-
Thank you @{{ issue.user.login }} for following the Issue Template.
Your Issue has been re-opened and the dev will look into it.
action: open
pr:
body: |-
Thank you @{{ issue.user.login }} for following the Pull request Template.
Your Pull request has been re-opened and the dev will look into it.
action: open
- name: 'Status: Requires more info'
labeled:
issue:
body: |-
Hello @{{ issue.user.login }},
Your issue doesn't provide enough information for us to help you.
Please make sure to provide as much information as possible, including the version of JavaBotBlockAPI, any configuration you made and what steps you took.
unlabeled:
issue:
body: |-
Thank you @{{ issue.user.login }} for providing additional information.
The developer will take a look at your issue and try to find a solution for it, so stay tight.