-
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
[No QA] Fix accessibility checkboxes in deploy checklist #6047
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.
This must have been quite tedious. Great job! Left couple of comment about the [ x]
, just want to make sure it is like that on purpose and if yes, I would love to understand why 😅
.github/actions/createOrUpdateStagingDeploy/createOrUpdateStagingDeploy.js
Outdated
Show resolved
Hide resolved
Updated! |
Let's see if this works, shall we? |
🚀 Deployed to staging by @roryabraham in version: 1.1.9-1 🚀
|
🚀 Deployed to production by @roryabraham in version: 1.1.10-2 🚀
|
cc @stitesExpensify @Julesssss
Details
Fixes the deploy checklist such that the checked/unchecked state of the accessibility checkboxes is preserved when the checklist is updated.
Does not fix issue where PRs are added to the checklist when they should not be.
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/175521
Tests
Added/updated automated tests to cover these changes.
(internal) QA Steps