### Description Right now, dismissing a review takes 3 clicks, and the UI is practically impossible to discover: <img width="821" height="175" alt="Image" src="https://github.com/user-attachments/assets/1735a871-c657-4f4b-99be-02bcbb310f74" /> What we can do: <img width="325" height="66" alt="Image" src="https://github.com/user-attachments/assets/27cf6db6-6efc-407c-b5f0-c7ff2d83e563" /> 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 https://github.com/refined-github/sandbox/pull/10
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
refined-github/sandbox#10