Skip to content
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 StagingDeployCash isAutomatedPullRequest check #3656

Merged
merged 1 commit into from
Jun 17, 2021

Conversation

roryabraham
Copy link
Contributor

Details

Following-up on #3173

It's mostly working, but there are two remaining issues that are resolved by this PR:

  1. Use the html_url instead of the url –> we want the html url not the API url
  2. The ever-so-common pitfall (this is my second time fixing today!) that by default listing things from the GitHub API by will default only return open things. But in this case we want to check for PRs in any state.

Fixed Issues

Fixes borked StagingDeployCash here: #3593

Tests

Merge to test. I also updated the unit tests here.

QA Steps

None.

Tested On

N/A – GitHub only

@roryabraham roryabraham self-assigned this Jun 17, 2021
@roryabraham roryabraham requested a review from a team as a code owner June 17, 2021 19:40
@MelvinBot MelvinBot requested review from TomatoToaster and removed request for a team June 17, 2021 19:41
Copy link
Contributor

@TomatoToaster TomatoToaster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM provided travis finishes with a check, feel free to merge.

@roryabraham
Copy link
Contributor Author

Merging to test! I didn't change any source code that will affect iOS.

@roryabraham roryabraham merged commit 7b607e3 into main Jun 17, 2021
@roryabraham roryabraham deleted the Rory-FixStagingDeployCashV3 branch June 17, 2021 19:53
@OSBotify
Copy link
Contributor

🚀 Deployed to staging in version: 1.0.70-7🚀

platform result
🤖 android 🤖 success ✅
🖥 desktop 🖥 success ✅
🍎 iOS 🍎 success ✅
🕸 web 🕸 success ✅

@OSBotify
Copy link
Contributor

🚀 Deployed to production in version: 1.0.73-3🚀

platform result
🤖 android 🤖 success ✅
🖥 desktop 🖥 success ✅
🍎 iOS 🍎 success ✅
🕸 web 🕸 success ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants