-
-
Notifications
You must be signed in to change notification settings - Fork 72
fetch body of matching comment #23
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
Comments
Hi @p-costa I will add an additional output to return the comment body. It will save you needing to make another API call to fetch it. |
Thank you! I need this because I need to fetch a keyword on a comment by the bot to trigger an action (after a pull request is merged). I have an incomplete draft using some of your tools, and this would give me the last thing I'd need: the possibility to modify my comment body using your nice create-or-update-comment, which is important for my application to make sure the action is only triggered once. |
Output |
tested and works like a charm :) |
Hello @peter-evans , thanks for this very nice tool!
Is there a way of fetching the body of the matching comment? I.e., getting the body of a comment that matched the search keyword?
Thanks in advance!
Pedro
The text was updated successfully, but these errors were encountered: