I need to PR my branch again or in other words re-run my PR commit. Build failed and it was because the branch name itself was upper case and was sending that as part of an S3 bucket name when sending a call to the S3 API. So I need to kinda revert it, commit a toLower in my code, and re-pr the branch.
Is this possible?
Another option would be to rename the branch itself to lower-case..same text.