Skip to content

Commit 043ba39

Browse files
authored
Update placeholders
1 parent b88555a commit 043ba39

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/label-commenter-config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ labels:
33
labeled:
44
issue:
55
body: |-
6-
Hello @{{ sender.login }},
6+
Hello @{{ issue.user.login }},
77
88
We sadly do not provide support through Issues.
99
Please join the [Discord Server](https://discord.gg/6dazXp6) and ask in the `#javabotblockapi` channel to receive support.
@@ -22,7 +22,7 @@ labels:
2222
labeled:
2323
issue:
2424
body: |-
25-
Hello @{{ sender.login }}
25+
Hello @{{ issue.user.login }},
2626
2727
The issue you encounter is caused by JDA and not JavaBotBlockAPI.
2828
Please [join the JDA Discord](https://discord.gg/0hMr4ce0tIk3pSjp) and ask there for support.
@@ -31,7 +31,7 @@ labels:
3131
labeled:
3232
issue:
3333
body: |-
34-
Hello @{{ sender.login }}
34+
Hello @{{ issue.user.login }},
3535
3636
The issue you encounter is caused by BotBlock and not JavaBotBlockAPI.
3737
Please [join the BotBlock Discord](https://botblock.org/discord) and ask there for support.
@@ -40,39 +40,39 @@ labels:
4040
labeled:
4141
issue:
4242
body: |-
43-
Hello @{{ sender.login }},
43+
Hello @{{ issue.user.login }},
4444
4545
Your Issue has beeen marked as invalid.
4646
Make sure to use and follow the provided Issue templates. Issues not following the templates get closed.
4747
action: close
4848
pr:
4949
body: |-
50-
Hello @{{ sender.login }},
50+
Hello @{{ issue.user.login }},
5151
5252
Your Pull request has beeen marked as invalid.
5353
Make sure to use and follow the provided Pull request templates. Pull requests not following the templates get closed.
5454
action: close
5555
unlabeled:
5656
issue:
5757
body: |-
58-
Thank you @{{ sender.login }} for following the Issue Template.
58+
Thank you @{{ issue.user.login }} for following the Issue Template.
5959
Your Issue has been re-opened and the dev will look into it.
6060
action: open
6161
pr:
6262
body: |-
63-
Thank you @{{ sender.login }} for following the Pull request Template.
63+
Thank you @{{ issue.user.login }} for following the Pull request Template.
6464
Your Pull request has been re-opened and the dev will look into it.
6565
action: open
6666
- name: 'Status: Requires more info'
6767
labeled:
6868
issue:
6969
body: |-
70-
Hello @{{ sender.login }},
70+
Hello @{{ issue.user.login }},
7171
7272
Your issue doesn't provide enough information for us to help you.
7373
Please make sure to provide as much information as possible, including the version of JavaBotBlockAPI, any configuration you made and what steps you took.
7474
unlabeled:
7575
issue:
7676
body: |-
77-
Thank you @{{ sender.login }} for providing additional information.
77+
Thank you @{{ issue.user.login }} for providing additional information.
7878
The developer will take a look at your issue and try to find a solution for it, so stay tight.

0 commit comments

Comments
 (0)