Update docs-verifier action and add env variables - #3436
Conversation
Updated the docs verifier action to a new version and added environment variables for GitHub PR number and token.
|
Learn Build status updates of commit 0a44ca7: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Pull request overview
Updates the GitHub Actions workflow used to validate PR builds by switching to a newer docs-verifier action and centralizing the PR metadata/token environment variables.
Changes:
- Switched the
Validatestep to usedotnet/docs-tools/actions/docs-verifierpinned to a new commit SHA. - Moved
GITHUB_PR_NUMBERandGITHUB_TOKENenvironment variables to workflow scope.
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
Moved environment variables into the Validate step for better scoping.
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit ce14921: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit d6c4ea4: ✅ Validation status: passed
For more details, please refer to the build report. |
wadepickett
left a comment
There was a problem hiding this comment.
@gewarren: Approved.
Updated the docs verifier action to a new version and added environment variables for GitHub PR number and token.