[No QA] Fix commenting on Mobile-Expensify AdHoc workflow#57182
Conversation
|
@roryabraham 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] |
Julesssss
left a comment
There was a problem hiding this comment.
Thanks, will test this out next week
|
Sorry @Julesssss I haven't noticed it yesterday :/ |
| const PR_NUMBER = Number(core.getInput('PR_NUMBER', { required: true })); | ||
| const REPO = String(core.getInput('REPO', { required: true })); | ||
| if (REPO !== CONST_1.default.APP_REPO && REPO !== CONST_1.default.MOBILE_EXPENSIFY_REPO) { | ||
| core.setFailed(`Invalid repo: ${REPO}`); |
There was a problem hiding this comment.
Invalid repository used to place output comment: ${REPO}
| `); | ||
| } | ||
| await commentPR(PR_NUMBER, getTestBuildMessage()); | ||
| await commentPR(REPO, PR_NUMBER, getTestBuildMessage()); |
There was a problem hiding this comment.
Not a big problem but we use both uppercase and lower case for the repo param
No worries. I made some minor suggestions, then I can test the workflow changes next week. |
|
@Julesssss suggestions applied 🚀 |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚀 Deployed to staging by https://github.com/Julesssss in version: 9.1.5-0 🚀
|
|
🚀 Deployed to production by https://github.com/chiragsalian in version: 9.1.5-5 🚀
|
@Julesssss
Explanation of Change
#56655 missed update to comment action that allows it to post build result in Mobile-Expensify. That led to error when building only from Mobile-Expensify PR like here.
Fixed Issues
$ #56655
PROPOSAL: N/A
Tests
Manually trigger Build hybrid app for testing and supply only Mobile-Expensify PR number for example 13415
Offline tests
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.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
MacOS: Desktop