From 630f9f2feb36892dded19f50f9bbaeff684af7b4 Mon Sep 17 00:00:00 2001 From: Arjun Raja Yogidas Date: Wed, 8 Oct 2025 22:20:21 +0000 Subject: [PATCH] ci: update headers and footers for release-please Signed-off-by: Arjun Raja Yogidas --- release-please-config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 4c4ff1a90..73ad5609e 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -55,5 +55,7 @@ ], "packages": { ".": {} - } + }, + "pull-request-header": "Ready for new finch release - Please verify the checklist items in the bottom of this PR before merging", + "pull-request-footer": "> [!IMPORTANT]\n> Please verify the following before merging this PR.\n> -[ ] The Sync Submodules wortkflow has completed successfully in finch-core repo. \n> -[ ] The Sync Submodules and Dependencies Workflow has completed successfully in this repo" }