-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle 404 errors when we have a bad PR referenced in the PR list #41809
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@marcaaron heads up that you have a minor lint error here. You'll also need to run npm run gh-actions-build
and commit the diff. Otherwise LGTM
Actually, it would be great to add some test coverage for this edge case too. I can help provide some guidance there, since it's kind of a unique test setup. edit: Nevermind - we aren't changing the git logic at all, just ignoring 404s. So we don't need to change |
Er hmm test failing - installing all the junk I need to be able to see why... please hold 😄 |
@marcaaron I think I managed to fix the root cause for these test failures in #43445. Can you try merging main into this branch when you get back? |
Rory!! Thanks for figuring that out! |
Updated. Looks like the fix worked 🎉 |
@roryabraham did ya wanna give this another look? |
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/roryabraham in version: 9.0.2-0 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 9.0.3-7 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 9.0.5-13 🚀
|
Fixed Issues
$ #41718
Tests
Not sure the best way to test this. I think we can just try to re-run the failed job and confirm that it works? @roryabraham
Offline tests
❌
QA Steps
❌
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.