You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/label-commenter-config.yml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ labels:
3
3
labeled:
4
4
issue:
5
5
body: |-
6
-
Hello @{{ sender.login }},
6
+
Hello @{{ issue.user.login }},
7
7
8
8
We sadly do not provide support through Issues.
9
9
Please join the [Discord Server](https://discord.gg/6dazXp6) and ask in the `#javabotblockapi` channel to receive support.
@@ -22,7 +22,7 @@ labels:
22
22
labeled:
23
23
issue:
24
24
body: |-
25
-
Hello @{{ sender.login }}
25
+
Hello @{{ issue.user.login }},
26
26
27
27
The issue you encounter is caused by JDA and not JavaBotBlockAPI.
28
28
Please [join the JDA Discord](https://discord.gg/0hMr4ce0tIk3pSjp) and ask there for support.
@@ -31,7 +31,7 @@ labels:
31
31
labeled:
32
32
issue:
33
33
body: |-
34
-
Hello @{{ sender.login }}
34
+
Hello @{{ issue.user.login }},
35
35
36
36
The issue you encounter is caused by BotBlock and not JavaBotBlockAPI.
37
37
Please [join the BotBlock Discord](https://botblock.org/discord) and ask there for support.
@@ -40,39 +40,39 @@ labels:
40
40
labeled:
41
41
issue:
42
42
body: |-
43
-
Hello @{{ sender.login }},
43
+
Hello @{{ issue.user.login }},
44
44
45
45
Your Issue has beeen marked as invalid.
46
46
Make sure to use and follow the provided Issue templates. Issues not following the templates get closed.
47
47
action: close
48
48
pr:
49
49
body: |-
50
-
Hello @{{ sender.login }},
50
+
Hello @{{ issue.user.login }},
51
51
52
52
Your Pull request has beeen marked as invalid.
53
53
Make sure to use and follow the provided Pull request templates. Pull requests not following the templates get closed.
54
54
action: close
55
55
unlabeled:
56
56
issue:
57
57
body: |-
58
-
Thank you @{{ sender.login }} for following the Issue Template.
58
+
Thank you @{{ issue.user.login }} for following the Issue Template.
59
59
Your Issue has been re-opened and the dev will look into it.
60
60
action: open
61
61
pr:
62
62
body: |-
63
-
Thank you @{{ sender.login }} for following the Pull request Template.
63
+
Thank you @{{ issue.user.login }} for following the Pull request Template.
64
64
Your Pull request has been re-opened and the dev will look into it.
65
65
action: open
66
66
- name: 'Status: Requires more info'
67
67
labeled:
68
68
issue:
69
69
body: |-
70
-
Hello @{{ sender.login }},
70
+
Hello @{{ issue.user.login }},
71
71
72
72
Your issue doesn't provide enough information for us to help you.
73
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
74
unlabeled:
75
75
issue:
76
76
body: |-
77
-
Thank you @{{ sender.login }} for providing additional information.
77
+
Thank you @{{ issue.user.login }} for providing additional information.
78
78
The developer will take a look at your issue and try to find a solution for it, so stay tight.
0 commit comments