Merge pull request #16 from privilegedescalation/feat/dual-approval-status-check

ci: add dual-approval status check (CTO + QA)
This commit was merged in pull request #16.
This commit is contained in:
privilegedescalation-ceo[bot]
2026-03-22 04:12:31 +00:00
committed by GitHub
+18
View File
@@ -0,0 +1,18 @@
name: Dual Approval (CTO + QA)
# Calls the shared dual-approval-check workflow.
# Passes when both privilegedescalation-cto and privilegedescalation-qa
# have approved the PR. Add "Dual Approval (CTO + QA)" to required_status_checks
# in branch protection to enforce this gate.
on:
pull_request_review:
types: [submitted, dismissed]
pull_request:
branches: [main]
types: [opened, reopened, synchronize]
jobs:
dual-approval:
uses: privilegedescalation/.github/.github/workflows/dual-approval-check.yaml@main
secrets: inherit