Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to GitHub issue and pull request templates, as well as the addition of a new workflow for scanning Azure API versions. The most important changes include modifications to the issue and pull request templates, updates to the issue and pull request management policies, and the introduction of a new workflow for scanning outdated API versions in templates.
Updates to templates:
.github/ISSUE_TEMPLATE/bug_report.md
: Enhanced the environment summary section and updated troubleshooting links..github/ISSUE_TEMPLATE/config.yml
: Added contact links for various troubleshooting guides and documentation..github/PULL_REQUEST_TEMPLATE/pull_request_template_bootstrap.md
: Added a related issue section and updated the validation checklist. [1] [2]Updates to issue and pull request management policies:
.github/policies/issues.yml
: Updated descriptions and actions for issue management, including marking issues as stale and sending welcome messages. [1] [2] [3] [4].github/policies/pullrequests.yml
: Updated descriptions and actions for pull request management, including marking PRs as stale, notifying assignees, and adding labels for long-running PRs. [1] [2] [3] [4] [5] [6] [7] [8]New workflow for scanning Azure API versions:
.github/workflows/api-version-scan.yml
: Introduced a new workflow to scan for outdated API versions in.bicep
and.json
files.tests/api-version-test.bicep
: Added a test resource with an outdated API version.tests/test-api-versions.ps1
: Added a PowerShell script to scan for outdated API versions and output the results.