From 56a893563b610d091b26e6cde1f7da508bcac7bc Mon Sep 17 00:00:00 2001 From: Hunter Bown Date: Mon, 11 May 2026 23:32:00 -0500 Subject: [PATCH] ci(auto-close): replace heredoc with printf so YAML block scalar parses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `< ${subject} - -Closing this PR now that the code is on \`main\`. Credit lives in the commit message and (where applicable) the \`CHANGELOG.md\` entry for the next release. Apologies for not closing this at the time of the merge — the auto-close workflow is new in v0.8.31. - -If you want to land more work and would prefer your future PRs merge cleanly without a harvest step, the [\`CONTRIBUTING.md\`](https://github.com/${GITHUB_REPOSITORY}/blob/main/CONTRIBUTING.md) doc has a short note on what makes a contribution mergeable as-is. -EOF - ) + # NOTE: this block intentionally avoids `< ${subject}" \ + "" \ + "Closing this PR now that the code is on \`main\`. Credit lives in the commit message and (where applicable) the \`CHANGELOG.md\` entry for the next release. Apologies for not closing this at the time of the merge — the auto-close workflow is new in v0.8.31." \ + "" \ + "If you want to land more work and would prefer your future PRs merge cleanly without a harvest step, the [\`CONTRIBUTING.md\`](${contributing_url}) doc has a short note on what makes a contribution mergeable as-is." \ + )" echo "Closing PR #${pr} (harvested in ${short_sha})" if ! gh pr close "${pr}" \