From 3d3128b3659700daa0b8a9eafc3283fa83034a08 Mon Sep 17 00:00:00 2001 From: Stephen Hepp Date: Thu, 4 Jun 2026 15:49:03 -0500 Subject: [PATCH 1/2] another update --- .github/snyk_pull_request_template.yaml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/snyk_pull_request_template.yaml b/.github/snyk_pull_request_template.yaml index 4927562..54d4a2c 100644 --- a/.github/snyk_pull_request_template.yaml +++ b/.github/snyk_pull_request_template.yaml @@ -2,10 +2,10 @@ version: 1 # The title of the Pull Request -title: "[Snyk]: Upgrade {{package_name}}" +title: "chore(deps): snyk dependency upgrade" # The commit message used when Snyk merges or commits -commit_message: "chore: upgrade {{package_name}} from {{current_version}} to {{target_version}}" +commit_message: "chore: upgrade {{package_name}} from {{package_from}} to {{package_to}}" # The main body/description of the Pull Request description: | @@ -15,11 +15,8 @@ description: | ### 📋 Changes * **Package:** {{package_name}} - * **Upgrade:** {{current_version}} -> {{target_version}} - * **Severity:** {{highest_severity}} - - ### 🔒 Vulnerabilities Fixed - {{security_vulnerabilities}} + * **Upgrade:** {{package_from}} → {{package_to}} + * **Issues fixed:** {{issue_count}} ### Security Review - [x] I have considered and reviewed security implications of this PR and included the summary below. @@ -27,7 +24,4 @@ description: | #### Security Impact Summary The purpose of this PR is to update a dependency which meets the criteria set in snyk. - ### ⚙️ Settings - [here](https://app.snyk.io/org/bolt-2.0-production/manage/integrations/github-cloud-app#tests-on-prs) - --- - *Automated by Snyk* + ### ⚙️ [Settings](https://app.snyk.io/org/bolt-2.0-production/manage/integrations/github-cloud-app#tests-on-prs) From 885281534b3ddb995dc8df6c5bf120cfb7c1058e Mon Sep 17 00:00:00 2001 From: Stephen Hepp Date: Thu, 4 Jun 2026 15:50:39 -0500 Subject: [PATCH 2/2] don't pre-select the human says ok button --- .github/snyk_pull_request_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/snyk_pull_request_template.yaml b/.github/snyk_pull_request_template.yaml index 54d4a2c..5515f03 100644 --- a/.github/snyk_pull_request_template.yaml +++ b/.github/snyk_pull_request_template.yaml @@ -19,7 +19,7 @@ description: | * **Issues fixed:** {{issue_count}} ### Security Review - - [x] I have considered and reviewed security implications of this PR and included the summary below. + - [] I have considered and reviewed security implications of this PR and included the summary below. #### Security Impact Summary The purpose of this PR is to update a dependency which meets the criteria set in snyk.