-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Don't send new comment for every pushed commit and just edit existed one #15
Labels
Milestone
Comments
Yes, was just thinking about this. The proper Vercel action does this, too. |
@amondnet I believe the issue is that you're using await octokit.issues.listComments({
...context.repo,
issue_number: context.issue.number,
}); I don't think you'd update the comment if it's for a commit -- meaning push, such as a prod deployment when pushed to |
amondnet
added
Status: In Progress
Work in Progress
Type: Bug
Bug or Bug fixes
and removed
Status: Proposal
Request for comments
labels
Jul 9, 2020
amondnet
added a commit
that referenced
this issue
Jul 9, 2020
…sted one resolve #15 Signed-off-by: Minsu Lee <amond@amond.net>
amondnet
added a commit
that referenced
this issue
Jul 9, 2020
…sted one resolve #15 Signed-off-by: Minsu Lee <amond@amond.net>
amondnet
added a commit
that referenced
this issue
Jul 9, 2020
…sted one resolve #15 Signed-off-by: Minsu Lee <amond@amond.net>
@aulneau Yes, you are right. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to edit an existing deploy comment instead of sending a new one?
The text was updated successfully, but these errors were encountered: