Skip to content

Commit f23002e

Browse files
committed
fix(github): make PR comment heading less obtuse
1 parent 0bf7196 commit f23002e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/github/comments.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func GenerateStackComment(root *tree.Node, currentBranch, trunk, repoURL string,
4848
}
4949

5050
// Stack header
51-
sb.WriteString("### Stack\n\n")
51+
sb.WriteString("### :books: Pull Request Stack\n\n")
5252

5353
// Render tree from root as nested markdown list
5454
renderTree(&sb, root, currentBranch, repoURL, prInfo, 0)

0 commit comments

Comments
 (0)