From c8365e39da85457b59cd96b9967528cd7e668e8c Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Sat, 21 Mar 2026 14:17:13 +0000 Subject: [PATCH] docs: record decorate-pr yaml validation fix --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index daf534a..1a9cb35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,8 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect ### Fixed +- Fixed `decorate-pr/action.yml` YAML validation by extracting PR comment rendering into `decorate-pr/build-comment.sh`, removing the duplicated changelog extraction step, and correcting the gate failure output reference. + ## [1.0.2] - 2026-03-21 ### Breaking