-
Notifications
You must be signed in to change notification settings - Fork 749
Add side and start_side Parameters to Create Review Comment #2072
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
Conversation
Follows existing pattern from line and start_line
f959ac1
to
b57a079
Compare
I lack access needed to run this. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2072 +/- ##
============================================
+ Coverage 83.83% 83.84% +0.01%
- Complexity 2412 2414 +2
============================================
Files 236 236
Lines 7324 7330 +6
Branches 389 389
============================================
+ Hits 6140 6146 +6
Misses 952 952
Partials 232 232 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
src/main/java/org/kohsuke/github/GHPullRequestReviewCommentBuilder.java
Outdated
Show resolved
Hide resolved
src/main/java/org/kohsuke/github/GHPullRequestReviewCommentBuilder.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
Description
Follows existing pattern from line and start_line.
https://docs.github.com/en/rest/pulls/comments?apiVersion=2022-11-28#create-a-review-comment-for-a-pull-request
Before submitting a PR:
@link
JavaDoc entries to the relevant documentation on https://docs.github.com/en/rest .mvn -D enable-ci clean install site
locally. If this command doesn't succeed, your change will not pass CI.main
. You will create your PR from that branch.When creating a PR: