diff --git a/.github/label-commenter-config.yml b/.github/label-commenter-config.yml index c6e85af..07986dc 100644 --- a/.github/label-commenter-config.yml +++ b/.github/label-commenter-config.yml @@ -3,7 +3,7 @@ labels: labeled: issue: body: |- - Hello @{{ sender.login }}, + Hello @{{ issue.user.login }}, The issue you encountered is caused by an Expansion and not PlaceholderAPI itself. This issue-tracker is reserved for Bug reports and feature requests towards PlaceholderAPI. @@ -25,7 +25,7 @@ labels: labeled: issue: body: |- - Hello @{{ sender.login }}, + Hello @{{ issue.user.login }}, Your issue unfortunately lacks certain information that we require in order to help you with your issue. Please make sure you provide the following information: @@ -66,7 +66,7 @@ labels: labeled: issue: body: |- - Hello @{{ sender.login }}, + Hello @{{ issue.user.login }}, Thank you for reaching out to us about the wiki. We would like to inform you, that you are now able to directly commit your changes to the wiki through a Pull request.