From da42c95264a51b1c1c9cc32ae2f02c2c6cbcabce Mon Sep 17 00:00:00 2001 From: g-samroberts Date: Sun, 15 Feb 2026 20:31:13 -0800 Subject: [PATCH 1/2] Add base branch to workflow. --- .github/workflows/release-notes.yml | 1 + docs/issue-and-pr-automation.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 2481873854b..c6f54d4f2b3 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -80,5 +80,6 @@ jobs: Please review and merge. branch: 'changelog-${{ steps.release_info.outputs.VERSION }}' + base: 'main' team-reviewers: 'gemini-cli-docs, gemini-cli-maintainers' delete-branch: true diff --git a/docs/issue-and-pr-automation.md b/docs/issue-and-pr-automation.md index 27185de11c9..f3d78f8e9ac 100644 --- a/docs/issue-and-pr-automation.md +++ b/docs/issue-and-pr-automation.md @@ -14,7 +14,7 @@ feature), while the PR is the "how" (the implementation). This separation helps us track work, prioritize features, and maintain clear historical context. Our automation is built around this principle. -> **Note:** Issues tagged as "🔒Maintainers only" are reserved for project +> 📝 **Note:** Issues tagged as "🔒Maintainers only" are reserved for project > maintainers. We will not accept pull requests related to these issues. --- From 579b1c31e64a6397d3ff32225cab60898c7c62c3 Mon Sep 17 00:00:00 2001 From: g-samroberts Date: Sun, 15 Feb 2026 20:33:43 -0800 Subject: [PATCH 2/2] Undo unnecessary change. --- docs/issue-and-pr-automation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/issue-and-pr-automation.md b/docs/issue-and-pr-automation.md index f3d78f8e9ac..27185de11c9 100644 --- a/docs/issue-and-pr-automation.md +++ b/docs/issue-and-pr-automation.md @@ -14,7 +14,7 @@ feature), while the PR is the "how" (the implementation). This separation helps us track work, prioritize features, and maintain clear historical context. Our automation is built around this principle. -> 📝 **Note:** Issues tagged as "🔒Maintainers only" are reserved for project +> **Note:** Issues tagged as "🔒Maintainers only" are reserved for project > maintainers. We will not accept pull requests related to these issues. ---