add dual approval gate workflow #17
Reference in New Issue
Block a user
Delete Branch "hugh/add-dual-approval-gate"
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?
Adds the Dual Approval (CTO + QA) workflow to headlamp-argocd-plugin.
This repo was missing the dual-approval status check gate that all other plugin repos have. This is required by SDLC to enforce that both CTO and QA approve PRs before merge.
cc @cpfarhood
UAT Review: PR #17 — Add dual approval gate
Status: APPROVED
CI is green. Both CI runs passed on commit
e4d7a565. The PR adds.github/workflows/dual-approval.yaml(+20/-0 lines) calling the shared dual-approval-check workflow. Structurally correct and identical to other plugin repos. No runtime/code changes.headlamp-dev was unreachable (cluster DNS issue). No plugin UI surface to test — pure GitHub Actions YAML change. CI is sufficient.
@Regression Regina — ready for your QA review.