support PR comments
See original GitHub issueWhen a branch with a PR is rebased, the commits are orphaned and the comments from cml-send-comment
are deleted. Is there a way to preserve them after a rebase? Alternatively, is there a way for cml-send-comment
to comment on the PR itself, rather than a certain commit?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:15 (11 by maintainers)
Top Results From Across the Web
Commenting on a pull request - GitHub Docs
Pull request comments support the same formatting as regular comments on GitHub, such as @mentions, emoji, and references. You can add reactions to...
Read more >Support for suggested changes in GitHub PR comments
In 2022.1, we introduce support for proper display and application of suggested changes to local files. Creating a suggestion is currently possible by...
Read more >On the Etiquette of Pull Request Comments
Commenting on a pull request is fraught with potential pitfalls. Here is a short guide to the etiquette of writing pull request comments....
Read more >How to auto comment on GitHub Pull Requests
The GitHub API supports the ability to add comments to open Pull Requests. ... variables and a cURL to automatically update/comment on a...
Read more >Best Practices for Reviewing Pull Requests in GitHub - Rewind
A good pull request comment on GitHub ... Provide reasons, not feelings, to support your position to the other team members.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, GitHub API:
repos/$REPO/pulls | jq ".[] | select(.head.ref == '$BRANCH') | .url"
released now in v0.8.0 @saadlaaribi @SaulAryehKohn 😃
cml send-comment --pr
andcml send-comment --pr --update
: https://cml.dev/doc/ref/send-comment