We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db90669 + a7820f7 commit 4a9b835Copy full SHA for 4a9b835
.github/workflows/BuildValidation.yml
@@ -0,0 +1,21 @@
1
+name: PR has no warnings or errors
2
+
3
+permissions:
4
+ pull-requests: write
5
+ statuses: write
6
7
+on:
8
+ issue_comment:
9
+ types: [created]
10
11
+jobs:
12
13
+ build-status:
14
+ uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-BuildValidation.yml@workflows-prod
15
+ with:
16
+ PayloadJson: ${{ toJSON(github) }}
17
+ secrets:
18
+ AccessToken: ${{ secrets.GITHUB_TOKEN }}
19
20
21
0 commit comments