-
Notifications
You must be signed in to change notification settings - Fork 53
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
Could message
and message-path
be combined
#109
Comments
You can do this right now by using multiple steps, for example:
results in the message:
As shown in https://github.com/mshick/add-pr-comment#find-and-replace you can also use |
@danielytics Thanks! So multi steps won't create multi comments. And actually we could use placeholder and then replace them with find & replace function. That's fantastic. |
You can use You can of course also use failure and success messages (or just |
@danielytics Thanks for the inventive solution! I also think this is a reasonable feature to add. I might approach it as follows, supporting the custom tokens to figure out where to stick the file contents. What do you think?
|
I got a question about the composition of the message. Could we combine usage of message and message-path to form a new message. Like, a template is posed in message and then some dynamic message is posed in the file. By doing so, we could generate more complex message as comment.
The text was updated successfully, but these errors were encountered: