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

Revert regex changes for :shipit: comment #4917

Merged
merged 2 commits into from
Aug 30, 2021
Merged

Revert regex changes for :shipit: comment #4917

merged 2 commits into from
Aug 30, 2021

Conversation

AndrewGable
Copy link
Contributor

Details

Reverts two lines of a PR that is causing issues with the deploy:

  1. https://github.com/Expensify/App/pull/4824/files#diff-3e6c7483e879c6b2a3a2c952cfe3e6ff3b764fc9b72648fb83aba55feee1371cR52
  2. https://github.com/Expensify/App/pull/4824/files#diff-08433ea1c181ba5c44014a8e3a1f2dd845ae64b10fba816543dc3393277500f7R99

Tests

  1. Comment something that is not :shipit: on a deploy checklist
  2. Make sure the deploy is not kicked off
  3. Comment :shipit: and verify the deploy is kicked off

@AndrewGable AndrewGable self-assigned this Aug 30, 2021
@AndrewGable AndrewGable requested a review from a team as a code owner August 30, 2021 17:59
@MelvinBot MelvinBot requested review from flodnv and removed request for a team August 30, 2021 17:59
@@ -96,7 +96,6 @@ describe('checkDeployBlockers', () => {
mockGetIssue.mockResolvedValue(checkedBoxesNoShipitIssue);
// eslint-disable-next-line max-len
baseComments.data.push({body: 'This issue either has unchecked QA steps or has not yet been stamped with a :shipit: comment. Reopening!'});
baseComments.data.push({body: 'This is another comment!'});
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think I understand why this was removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This line was added to update the test to work with the previous change, we want to revert the change and therefore revert the test too.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We want to basically revert half of: #4824 since it had two changes:

  1. Regex for :shipit: (and the updated tests)
  2. 404 issue with the wrong link

This is just reverting 1.

@roryabraham roryabraham merged commit d83adcf into main Aug 30, 2021
@roryabraham roryabraham deleted the andrew-revert-regex branch August 30, 2021 22:13
@OSBotify
Copy link
Contributor

✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release.

@OSBotify
Copy link
Contributor

🚀 Deployed to staging by @roryabraham in version: 1.0.89-0 🚀

platform result
🤖 android 🤖 skipped 🚫
🖥 desktop 🖥 skipped 🚫
🍎 iOS 🍎 skipped 🚫
🕸 web 🕸 skipped 🚫

@OSBotify
Copy link
Contributor

OSBotify commented Sep 1, 2021

🚀 Deployed to production by @roryabraham in version: 1.0.90-2 🚀

platform result
🤖 android 🤖 success ✅
🖥 desktop 🖥 success ✅
🍎 iOS 🍎 failure ❌
🕸 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.

4 participants