Skip to content

[workflow-style] Normalize Daily Go Function Namer issue-body header formatting#32642

Merged
pelikhan merged 2 commits into
mainfrom
copilot/workflow-style-normalize-report-formatting
May 16, 2026
Merged

[workflow-style] Normalize Daily Go Function Namer issue-body header formatting#32642
pelikhan merged 2 commits into
mainfrom
copilot/workflow-style-normalize-report-formatting

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 16, 2026

The Daily Go Function Namer workflow was generating issue-body content with an h1 header, which violates the reporting guideline that reserves h1/h2 for issue titles. This update aligns its template and instructions with the established h3+ reporting pattern used by other daily reporting workflows.

  • What changed

    • Updated the issue-body template header in .github/workflows/daily-function-namer.md from h1 to h3.
    • Added explicit header-level guidance in the issue creation section to enforce ### (or lower) headings in generated issue bodies.
  • Workflow prompt alignment

    • Ensures generated reports follow the same markdown hierarchy expectations as other compliant reporting workflows.
    • Reduces formatting drift by encoding the rule directly where issue-body structure is defined.
-# 🏷️ Go Function Rename Plan
+### 🏷️ Go Function Rename Plan

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Normalize report formatting for non-compliant workflows [workflow-style] Normalize Daily Go Function Namer issue-body header formatting May 16, 2026
Copilot AI requested a review from pelikhan May 16, 2026 15:08
@pelikhan pelikhan marked this pull request as ready for review May 16, 2026 15:09
Copilot AI review requested due to automatic review settings May 16, 2026 15:09
@pelikhan pelikhan merged commit ab3d616 into main May 16, 2026
@pelikhan pelikhan deleted the copilot/workflow-style-normalize-report-formatting branch May 16, 2026 15:09
Copy link
Copy Markdown
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

Normalizes the Daily Go Function Namer workflow’s issue-body markdown so generated GitHub issues avoid H1/H2 headers and follow the repository’s reporting guideline (H3+ headings in issue bodies).

Changes:

  • Updated the issue body template’s top header from # to ###.
  • Added explicit guidance in the issue creation instructions to require ### (or lower) headings in issue bodies.
Show a summary per file
File Description
.github/workflows/daily-function-namer.md Adjusts the issue-body template header level and documents the H3+ requirement to prevent future formatting drift.

Copilot's findings

Tip

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

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

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.

[workflow-style] Normalize report formatting for non-compliant workflows

3 participants