Skip to content

ci: add GitHub PR validation pipeline trigger#7

Open
jiria wants to merge 1 commit into
aclmainfrom
jiria/enable-prcheck
Open

ci: add GitHub PR validation pipeline trigger#7
jiria wants to merge 1 commit into
aclmainfrom
jiria/enable-prcheck

Conversation

@jiria
Copy link
Copy Markdown
Member

@jiria jiria commented Jun 6, 2026

Add .pipelines/github-pr-validation.yml that triggers on PRs targeting aclmain and delegates to ACL-GitHub-PR.yml in acl-pipelines.

Build mantle container from PR source (buildMantle: true) so code changes are actually tested in the container.

Add .pipelines/github-pr-validation.yml that triggers on PRs targeting
aclmain and delegates to ACL-GitHub-PR.yml in acl-pipelines.

Build mantle container from PR source (buildMantle: true) so code
changes are actually tested in the container.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 6, 2026 05:41
@jiria jiria requested a review from a team as a code owner June 6, 2026 05:41
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an Azure DevOps YAML “entrypoint” pipeline in this repo to trigger validation builds for GitHub PRs targeting aclmain, delegating execution to the shared ACL-GitHub-PR.yml template in the acl-pipelines repo. It also wires in CredScan suppression configuration needed by the governed template SDL settings.

Changes:

  • Add .pipelines/github-pr-validation.yml to trigger on PRs to aclmain and extend the OneBranch governed template, delegating to pipelines/ACL-GitHub-PR.yml@acl_pipelines.
  • Configure the delegated pipeline to build Mantle from PR source (buildMantle: true, mantleRef: $(Build.SourceBranch)).
  • Add an (empty) CredScan suppressions file at .config/CredScanSuppressions.json and reference it from globalSdl.credscan.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.pipelines/github-pr-validation.yml Introduces the PR-triggered ADO pipeline that extends governed templates and delegates build/test to acl-pipelines.
.config/CredScanSuppressions.json Adds the referenced CredScan suppressions file required by the pipeline’s globalSdl configuration.

Comment thread .pipelines/github-pr-validation.yml
Comment thread .pipelines/github-pr-validation.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants