mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-11 21:07:23 +00:00
Add BuildValidation workflow
This commit is contained in:
parent
c3b6f1e3bf
commit
7b0694f4bc
21
.github/workflows/BuildValidation.yml
vendored
Normal file
21
.github/workflows/BuildValidation.yml
vendored
Normal 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 }}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user