Can not trigger pull_request_review_comment
event.
#137260
Replies: 5 comments 3 replies
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Make sure your GitHub App is set up to handle pull_request_review_comment events and check if it has the right permissions. To check your GitHub App's permissions and subscriptions using code: Permissions: Use the GitHub API to list installed repositories and check their permissions.
Subscriptions: Check the webhook configuration to see if pull_request_review_comment is subscribed.
Replace YOUR_ACCESS_TOKEN, :owner, :repo, and :hook_id with your actual values. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
We're experiencing same issue here: |
Beta Was this translation helpful? Give feedback.
-
@lxhyl , @yevhen-chornohradskyi have you found the issue we are also facing the same issue. |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
i have a github app. Subscribe the
issue
,Pull request
,Pull request review
,Pull request review
,Pull request review comment
,Pull request review thread
event.When i comment in a PR review comment. My app do not received that event. Other
pull request comment
event is work.I check the Github App Advanced tab. The Recent Deliveries also not have
pull_request_review_comment
eventBeta Was this translation helpful? Give feedback.
All reactions