[No QA] Make reviewer checklist action tolerant of longer completed checklists#94161
Merged
marcaaron merged 2 commits intoJul 8, 2026
Merged
Conversation
43 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. |
kacper-mikolajczak
force-pushed
the
fix-reviewer-checklist-action
branch
from
June 30, 2026 11:53
4f2a057 to
f91312c
Compare
kacper-mikolajczak
force-pushed
the
fix-reviewer-checklist-action
branch
from
June 30, 2026 12:23
f91312c to
2c5eeb4
Compare
Contributor
Author
|
CC @marcaaron |
This was referenced Jul 7, 2026
Contributor
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppAndroid: mWeb ChromeiOS: HybridAppiOS: mWeb SafariMacOS: Chrome / Safari |
Contributor
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
94 tasks
Contributor
|
🚀 Deployed to staging by https://github.com/marcaaron in version: 9.4.32-0 🚀
|
Contributor
|
🚀 Deployed to production by https://github.com/grgia in version: 9.4.32-3 🚀
Bundle Size Analysis (Sentry): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explanation of Change
Problem: The
PR Reviewer Checklistaction fails every in-flight reviewer checklist wheneverREVIEWER_CHECKLIST.mdis shortened by more than its+/-2margin, because it caps completed items atcount + 2.Solution: Drop that upper bound so any fully-completed checklist at least as long as the current one passes, keeping the existing
-2lower margin and the no-unchecked-items rule.Fixed Issues
$
PROPOSAL:
Tests
PR Reviewer Checklistcheck passes instead of reporting a count mismatch.Offline tests
N/A - this change affects a GitHub Action only; it does not affect runtime or offline behavior.
QA Steps
N/A - there is no user-facing or staging behavior to QA. The change affects the PR Reviewer Checklist action only.
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)Avatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari