From b36aed3eddee047624ed98de9d37eee34e2fb49a Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Mon, 14 Sep 2026 14:27:44 +0200 Subject: [PATCH] release notes found should not include heading --- .github/workflows/pr_release_notes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_release_notes.yaml b/.github/workflows/pr_release_notes.yaml index 46389072f..753e636b8 100644 --- a/.github/workflows/pr_release_notes.yaml +++ b/.github/workflows/pr_release_notes.yaml @@ -62,7 +62,7 @@ jobs: return ''; } const section = stripIgnoredContent(match[2] || ''); - return section; + return section.trim(); }; /**