From 1aad2787ecd6618cc21fb84a65cb67f63e3fe68e Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Tue, 24 Feb 2026 10:36:28 +0000 Subject: [PATCH] Update PR template --- .github/pull_request_template.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2e552907f..4cfdabac6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -23,13 +23,13 @@ For internal use only. Please select the risk level of this change: Workflow types: - **Advanced setup** - Impacts users who have custom CodeQL workflows. -- **Managed** - Impacts users with `dynamic` workflows (Default Setup, CCR, ...). +- **Managed** - Impacts users with `dynamic` workflows (Default Setup, Code Quality, ...). Products: - **Code Scanning** - The changes impact analyses when `analysis-kinds: code-scanning`. - **Code Quality** - The changes impact analyses when `analysis-kinds: code-quality`. -- **CCR** - The changes impact analyses for Copilot Code Reviews. +- **Other first-party** - The changes impact other first-party analyses. - **Third-party analyses** - The changes affect the `upload-sarif` action. Environments: @@ -54,6 +54,7 @@ Environments: - **Feature flags** - All new or changed code paths can be fully disabled with corresponding feature flags. - **Rollback** - Change can only be disabled by rolling back the release or releasing a new version with a fix. +- **Development/testing only** - This change cannot cause any failures in production. - **Other** - Please provide details. #### How will you know if something goes wrong after this change is released?