fix(promotion-gate): restore inlined dual-approval to fix uat->main CI (PRI-1660) #172
Reference in New Issue
Block a user
Delete Branch "nancy/fix-dual-approval-uat-regress"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
PR #170 (dev→uat) resolved a merge conflict for
dual-approval.yamlincorrectly, using the old broken version fromuat(calls deprecatedprivilegedescalation/.github) instead of the inlined version fromdev.This PR restores the inlined
dual-approval.yamlto match the version already onmain. Without this fix, PR #171 (uat→main) fails because the promotion gate tries to clone the non-existent.githuborg repo.cc @cpfarhood