Promote dev to UAT #39

Merged
privilegedescalation-engineer[bot] merged 7 commits from dev into uat 2026-05-14 04:32:25 +00:00
Showing only changes of commit d9aaf5a146 - Show all commits
+7 -7
View File
@@ -1,19 +1,19 @@
name: Dual Approval (CTO + QA) name: Promotion Gate
# Calls the shared dual-approval-check workflow. # Calls the shared promotion gate workflow.
# Passes when both privilegedescalation-cto and privilegedescalation-qa # dev PRs: no gate (engineer self-merges).
# have approved the PR. Add "Dual Approval (CTO + QA)" to required_status_checks # uat PRs: QA approval required.
# in branch protection to enforce this gate. # main PRs: UAT approval required (uat→main promotions).
on: on:
pull_request_review: pull_request_review:
types: [submitted, dismissed] types: [submitted, dismissed]
pull_request: pull_request:
branches: [main] branches: [uat, main]
types: [opened, reopened, synchronize] types: [opened, reopened, synchronize]
jobs: jobs:
dual-approval: promotion-gate:
uses: privilegedescalation/.github/.github/workflows/dual-approval-check.yaml@main uses: privilegedescalation/.github/.github/workflows/dual-approval-check.yaml@main
secrets: inherit secrets: inherit
with: with: