Skip to content

Commit f3a8e88

Browse files
authored
mu-pr-validation-pending.yml: Temporarily disable commit status updates (#870)
## Description The Mu Automation GitHub app requires a permission update to be accepted by a microsoft org admin. Until that happens, disable the calling the GitHub API to update the commit status. This will still run validation and post PR comments. The pass/fail result just won't be reported in the status check area of the PR until the permission is allowed. - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? ## How This Was Tested - N/A ## Integration Instructions - N/A Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent 7c8cc88 commit f3a8e88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/mu-pr-validation-pending.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
}
8787
8888
- name: Set Pending Commit Status
89+
if: false # TODO: Requires commit status write permission to be accepted at the org level first
8990
uses: actions/github-script@v8
9091
with:
9192
github-token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)