Skip to content

feat: Support the edited and dismissed actions on PullRequestReviewEvent - #4552

Merged
gmlewis merged 1 commit into
google:masterfrom
bananaappletw:master
Sep 14, 2026
Merged

feat: Support the edited and dismissed actions on PullRequestReviewEvent#4552
gmlewis merged 1 commit into
google:masterfrom
bananaappletw:master

Conversation

@bananaappletw

Copy link
Copy Markdown
Contributor

The pull_request_review webhook is delivered for three actions:

  • submitted
  • edited
  • dismissed

PullRequestReviewEvent documented Action as always "submitted".

This adds Changes *EditChange. GitHub sends it on the edited action as
{"body": {"from": "..."}}, so users can now read the old review body.

References:

@gmlewis gmlewis added the NeedsReview PR is awaiting a review before merging. label Sep 14, 2026
@codecov

codecov Bot commented Sep 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.57%. Comparing base (440bc88) to head (76a3fb2).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4552   +/-   ##
=======================================
  Coverage   98.57%   98.57%           
=======================================
  Files         197      197           
  Lines       18252    18252           
=======================================
  Hits        17991    17991           
  Misses        261      261           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gmlewis gmlewis left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @bananaappletw!
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.

cc: @stevehipwell - @Not-Dhananjay-Mishra

@Not-Dhananjay-Mishra Not-Dhananjay-Mishra left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gmlewis

gmlewis commented Sep 14, 2026

Copy link
Copy Markdown
Collaborator

Thank you, @Not-Dhananjay-Mishra!
Merging.

@gmlewis gmlewis removed the NeedsReview PR is awaiting a review before merging. label Sep 14, 2026
@gmlewis
gmlewis merged commit 57b0d99 into google:master Sep 14, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants