forked from cartsnitch/cartsnitch
81b19b9072
The in-job merge attempt against `cartsnitch/infra` main is a best-effort fast-path only. `infra` main requires a human approving review and the CI bot (`CI_GITEA_TOKEN`) can never self-approve, so the merge call structurally cannot succeed in the general case. Replace the special-cased `does not have enough approvals` branch and the final `else -> exit 1` branch in both `deploy-dev` and `deploy-uat` with a single non-failing outcome: surface the Gitea response as a `::notice::` and `exit 0`. The PR is already opened and `cs_savannah` is requested as reviewer above, so the GitOps hand-off is intact. The only hard-fail (`exit 1`) in this step remains the empty-`PR_NUM` check (PR could not be created at all). Related: CAR-1195 (PR-bump pattern), CAR-1194, CAR-1212. Co-Authored-By: Paperclip <noreply@paperclip.ing>