octokit/octokit.rb

[FEAT]: Add support line property to create_pull_request_comment

tick-taku opened this issue · 2 comments

Describe the need

Hi🙋

I want to post a multiline comment using create_pull_request_comment, but it seems like I need to use 'line' instead of 'position'. The API reference mentions that 'position' is deprecated and recommends using 'line' instead. Do you know if there are any plans to support this change? If I missed something, I apologize.

SDK Version

No response

API Version

2022-11-28

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

We're not keeping it position intentionally! We'd be accepting of PRs to update the call.

Got it!
I'll give it a try.💪