The current Optimaze images workflow is trying to directly push changes to the release/vx.x.x branch, which is being rejected by the protected branch settings, as indicated by this error: "remote: - Changes must be made through a pull request."
A solution will be to:
[ ] modify Optimization workflow to create a pull request (PR) for the optimized images.
This will allow the changes to go through the proper review process.
[ ] After observing the behavior for some time, we can now allow it to push changes directly to release/cx.x.x branch
Screenshots/Video
Testing
[ ] Tested on iOS
[ ] Tested on Android
Reviewer Validations
PR Checklist
Reviewer: Confirm the items below as you review
[ ] PR is connected to issue(s)
[ ] Tests are included to cover this change (when possible)
[ ] No magic strings (All string unions follow the Union -> Constant type pattern)
[ ] No secrets or API keys are checked in
[ ] All imports are absolute (no relative imports)
[ ] New functions and Redux work have proper TSDoc annotations
Description of Change
The current Optimaze images workflow is trying to directly push changes to the release/vx.x.x branch, which is being rejected by the protected branch settings, as indicated by this error: "remote: - Changes must be made through a pull request."
A solution will be to: [ ] modify Optimization workflow to create a pull request (PR) for the optimized images. This will allow the changes to go through the proper review process. [ ] After observing the behavior for some time, we can now allow it to push changes directly to release/cx.x.x branch
Screenshots/Video
Testing
Reviewer Validations
PR Checklist
Reviewer: Confirm the items below as you review
For QA
Run a build for this branch