diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e3ea92754..1d82b9437 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,7 +14,6 @@ - [ ] Commit history is clean with descriptive messages ([cleanup guide](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md)) - [ ] Added comprehensive tests for new/modified functionality - [ ] Updated `CHANGELOG.md` for product changes (`features, bug fixes, UI/UX, updated dependencies`) - - [ ] Spelling check passes: `.\eng\common\spelling\Invoke-Cspell.ps1` - [ ] For MCP tool changes: - [ ] **One tool per PR**: This PR adds or modifies only one MCP tool for faster review cycles - [ ] Updated `README.md` documentation diff --git a/eng/pipelines/templates/jobs/analyze.yml b/eng/pipelines/templates/jobs/analyze.yml index be8267526..3799db7ef 100644 --- a/eng/pipelines/templates/jobs/analyze.yml +++ b/eng/pipelines/templates/jobs/analyze.yml @@ -38,9 +38,7 @@ jobs: sourceDirectory: $(Build.SourcesDirectory) - template: /eng/common/pipelines/templates/steps/check-spelling.yml - parameters: - ContinueOnError: false - + - template: /eng/common/pipelines/templates/steps/verify-links.yml parameters: Condition: succeededOrFailed()