Skip to content

Format auto-added "Fixes #N" as bullet point in PR body footer#14191

Merged
pelikhan merged 2 commits intomainfrom
copilot/fix-footer-issueid-bullet-point
Feb 6, 2026
Merged

Format auto-added "Fixes #N" as bullet point in PR body footer#14191
pelikhan merged 2 commits intomainfrom
copilot/fix-footer-issueid-bullet-point

Conversation

Copy link
Contributor

Copilot AI commented Feb 6, 2026

Auto-added closing keywords in PR body footers were plain text. Changed to bullet point format for consistency with markdown list conventions.

Changes

  • Modified actions/setup/js/create_pull_request.cjs line 340
  • Added bullet point prefix to auto-generated "Fixes #N" closing keywords

Before/After

Before:

<PR body>

Fixes #123

After:

<PR body>

- Fixes #123

GitHub's auto-close behavior is unaffected by bullet formatting.

Original prompt

WHen inserting a "Fixes issueid" string in a footer, make it a markdown bullet point list.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update footer to include issue ID as bullet point Format auto-added "Fixes #N" as bullet point in PR body footer Feb 6, 2026
@pelikhan pelikhan marked this pull request as ready for review February 6, 2026 17:22
Copilot AI review requested due to automatic review settings February 6, 2026 17:22
@pelikhan pelikhan merged commit 65d7d25 into main Feb 6, 2026
@pelikhan pelikhan deleted the copilot/fix-footer-issueid-bullet-point branch February 6, 2026 17:22
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the create_pull_request safe-output handler to format auto-inserted issue-closing keywords as a Markdown list item, keeping PR body footers consistent with common Markdown conventions.

Changes:

  • Prefixes the auto-added closing keyword line with - (e.g., - Fixes #123).
  • Updates the related log message to reflect the bullet formatting.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants