-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[NO QA] Fix tests/unit/getPullRequestsMergedBetweenTest.sh
#7134
Conversation
@AndrewGable While testing this you might have messed up your commit signing: |
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.
LGTM! Just need those unverified commits to be verified.
lol nice catch, I did turn off signing! Fix incoming shortly |
cb0f48b
294a911
to
cb0f48b
Compare
Ok first time doing a signed rebase, but I think it all worked! |
Thanks again for figuring this out! |
✋ 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 @roryabraham in version: 1.1.29-6 🚀
|
🚀 Deployed to production by @roryabraham in version: 1.1.30-3 🚀
|
Details
The
-S
flag was causing cherry picks to be signed, we can safely remove the flag and the tests will still be effective.Fixed Issues
$ https://github.com/Expensify/Expensify/issues/191675
Tests
QA Steps
N/A - Unit test, no code changes