[METADATA UPDATE][Merge by 2025-04-11] Learn Platform metadata update - new ms.topic value for generated reference #265
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Checklist | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| types: | |
| - opened | |
| - reopened | |
| - ready_for_review | |
| - edited | |
| - synchronize | |
| permissions: | |
| contents: read | |
| jobs: | |
| Test: | |
| name: Verify Status | |
| runs-on: windows-latest | |
| if: | | |
| !contains(github.event.pull_request.title, 'WIP') && | |
| !github.event.pull_request.draft | |
| defaults: | |
| run: | |
| shell: pwsh | |
| steps: | |
| - name: Verify Checklist | |
| id: verify_checklist | |
| uses: MicrosoftDocs/PowerShell-Docs/.github/actions/verification/checklist/v1@main |