Skip to content
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

feat: add github.pullRequestComment.commentTag to upsert github comments #358

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

bmbferreira
Copy link

The feature implemented on #211 to solve #136, as the author explains, always creates new comments. This is a bit annoying when we have preview environments that create a new comment for every push. This PR takes inspiration on what is done here and uses a "comment tag" to identify a comment and do an upsert when it is defined.

Signed-off-by: Bruno Ferreira <[email protected]>
Signed-off-by: Bruno Ferreira <[email protected]>
Signed-off-by: Bruno Ferreira <[email protected]>
Copy link
Member

@pasha-codefresh pasha-codefresh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small comment, will review it one more time today and LGTM

@bmbferreira
Copy link
Author

Small comment, will review it one more time today and LGTM

thanks for the fast review. Did the changes you requested and added some constants to reuse the format strings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants