Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/daily-function-namer.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ If the state file was missing at the start of the run, initialize it from scratc

If any rename suggestions were found across the analyzed package, create a GitHub issue.

Use h3 (`###`) or lower for all headers in the issue body. Never use h1 (`#`) or h2 (`##`) — these are reserved for the issue title.

If **no improvements were found**, emit `noop` and exit:

```json
Expand All @@ -266,7 +268,7 @@ Otherwise, create an issue with this structure:
**Body**:

```markdown
# 🏷️ Go Function Rename Plan
### 🏷️ Go Function Rename Plan

**Package Analyzed**: `<package>`
**Analysis Date**: <YYYY-MM-DD>
Expand Down