Bug - Update optimization workflow to automatically push changes to release branch through a PR #9687
Labels
bug
Used to identify a bug ticket that will be worked through the bug process
code upkeep
devops
QA and Release
Label identifies this work is done on the QA and Release Team
QA
Tickets require QA work / review
release-mgmt
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
The text was updated successfully, but these errors were encountered: