Merge pull request #10532 from MicrosoftDocs/dstrome-buildvalidation

Add BuildValidation workflow
This commit is contained in:
David Strome 2025-01-28 14:10:39 -08:00 committed by GitHub
commit 04ccb7b29b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

21
.github/workflows/BuildValidation.yml vendored Normal file
View File

@ -0,0 +1,21 @@
name: PR has no warnings or errors
permissions:
pull-requests: write
statuses: write
on:
issue_comment:
types: [created]
jobs:
build-status:
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-BuildValidation.yml@workflows-prod
with:
PayloadJson: ${{ toJSON(github) }}
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}