[No QA] Request reviewers when a PR adds a new Onyx.connectWithoutView call - #94846
Conversation
|
@cretadn22 Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e13d72f100
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppAndroid: mWeb ChromeiOS: HybridAppiOS: mWeb SafariMacOS: Chrome / Safari |
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚧 luacmartins has triggered a test Expensify/App build. You can view the workflow run here. |
|
🧪🧪 Use the links below to test this adhoc build on Android, iOS, and Web. Happy testing! 🧪🧪
|
|
tested here and it works |
|
🚀 Deployed to staging by https://github.com/luacmartins in version: 9.4.26-0 🚀
|
|
🚀 Deployed to production by https://github.com/grgia in version: 9.4.27-2 🚀
Bundle Size Analysis (Sentry): |
Explanation of Change
A new
Onyx.connectWithoutViewcall should only be added with@frontend-performancesign-off, butCODEOWNERScan't gate on diff content — only file paths. This adds a workflow that, when a PR adds a net-newOnyx.connectWithoutViewcall, requests a review from @tgolen, @mountiny, and @luacmartins (any one is enough) and posts a comment asking the author to link the Slack approval in the PR description. It skips drafts, only counts net-new calls (edits/removals don't trigger), and won't duplicate requests on re-pushes.Fixed Issues
$ #93693
PROPOSAL: N/A (internal task)
Tests
Onyx.connectWithoutView(...)call in asrc/file → verify @tgolen, @mountiny, @luacmartins are requested as reviewers and a comment is posted asking for the Slack approval link.Onyx.connectWithoutViewline → verify no reviewers are requested.Offline tests
N/A — CI/workflow tooling with no runtime behavior.
QA Steps
N/A — CI tooling only, no user-facing behavior.
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.