-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proposal: Add placeholders #152
Comments
I have released actions-label-commenter/.github/label-commenter-config.yml Lines 39 to 44 in 82e5fad
Could you test |
This comment has been minimized.
This comment has been minimized.
It does work. And I at most can think of perhaps a placeholder to list asigned people for the PR/issue. |
I find an issue using It seems to use whoever last replied to, or performed actions on an issue/PR even if the creator of it is a different one. |
Is your feature request related to a problem? Please describe.
From what I can tell (And what I tested so far) can you not just use something like
${{ github.event.sender.login }}
to display the name of the person opening the issue/Pull request.Describe the solution you'd like
It would be nice to have some placeholders which could be used for things like the name of the person opening the issue/Pull request.
This would allow messages like
Thank you @{user} for reporting this bug!
which would be translated toThank you @Andre601 for reporting this bug!
and mention the user in the process.Describe alternatives you've considered
There doesn't seem to be any alternatives available
Additional context
The text was updated successfully, but these errors were encountered: