Skip to content

fix(buildpack): fix malformed yank PR template body#2616

Open
MD-Mushfiqur123 wants to merge 1 commit into
buildpacks:mainfrom
MD-Mushfiqur123:main
Open

fix(buildpack): fix malformed yank PR template body#2616
MD-Mushfiqur123 wants to merge 1 commit into
buildpacks:mainfrom
MD-Mushfiqur123:main

Conversation

@MD-Mushfiqur123

Copy link
Copy Markdown

Fixes #2461

Summary

The pack buildpack yank command generates a malformed PR issue body. The GithubIssueBodyTemplate was missing:

  • Triple backticks around the TOML content
  • yank = true field when Yanked is true

Changes

  • internal/registry/registry_cache.go: Updated GithubIssueBodyTemplate to wrap content in triple backticks and output yank = true when yanking

@MD-Mushfiqur123 MD-Mushfiqur123 requested review from a team as code owners May 28, 2026 06:54
@github-actions github-actions Bot added this to the 0.41.0 milestone May 28, 2026
@github-actions github-actions Bot added the type/enhancement Issue that requests a new feature or improvement. label May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/enhancement Issue that requests a new feature or improvement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pack buildpack yank command fails

1 participant