When changing CI/CD (and related policy configs), ensure your pipeline enforces the expected scope end-to-end: correct review routing, test/version coverage, and validation against the full change set.
Apply these rules: 1) Route to the correct team in policy/config
reviewer: act-codegen-extensibility-squadreviewer: Azure/act-codegen-extensibility-squad2) Keep test matrices aligned to the official-release version set
3) Run validation against the full diff range (avoid last-commit-only checks)
HEAD~1 can miss multi-commit pushes.python scripts/ci/check_aliases_source_url.py --src=HEAD --tgt=HEAD~1python scripts/ci/check_aliases_source_url.py --src=HEAD --tgt=origin/dev (or your default branch).