From b59cdf6d3ed6ecc3b60983c647998ac3ad34670c Mon Sep 17 00:00:00 2001 From: Kaizen Conroy Date: Fri, 20 Feb 2026 22:14:37 +0900 Subject: [PATCH 1/2] chore: update pr template with guidance for upgrading deps --- .github/pull_request_template.md | 4 ++++ .projenrc.ts | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6f252c1fc..d4837252a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,8 @@ Fixes # +### Checklist +- [ ] This change contains a major version upgrade for a dependency and I confirm all breaking changes are addressed + - Release notes for the new version: + --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license diff --git a/.projenrc.ts b/.projenrc.ts index 4f0ea9a54..e4e96ea40 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -294,6 +294,14 @@ const repoProject = new yarn.Monorepo({ }, }, + pullRequestTemplateContents: [ + 'Fixes #', + '', + '### Checklist', + '- [ ] This change contains a major version upgrade for a dependency and I confirm all breaking changes are addressed', + ' - Release notes for the new version:' + ], + buildWorkflowOptions: { preBuildSteps: [ // Need this for the init tests From 8c662c4ec022129654af7344cfd8e7c2e3921131 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 13:24:40 +0000 Subject: [PATCH 2/2] chore: self mutation Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .projenrc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.projenrc.ts b/.projenrc.ts index e4e96ea40..7bbe9b0bb 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -299,7 +299,7 @@ const repoProject = new yarn.Monorepo({ '', '### Checklist', '- [ ] This change contains a major version upgrade for a dependency and I confirm all breaking changes are addressed', - ' - Release notes for the new version:' + ' - Release notes for the new version:', ], buildWorkflowOptions: {