-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Description
Right now, dismissing a review takes 3 clicks, and the UI is practically impossible to discover:
What we can do:
API (we can get the review ID from the DOM for now):
-
https://docs.github.com/en/rest/pulls/reviews#dismiss-a-review-for-a-pull-request
-
https://docs.github.com/en/rest/pulls/reviews#list-reviews-for-a-pull-request
-
https://docs.github.com/en/graphql/reference/objects#pullrequest (reviews can be filtered by author)
Example URLs
Reactions are currently unavailable