We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf7196 commit f23002eCopy full SHA for f23002e
1 file changed
internal/github/comments.go
@@ -48,7 +48,7 @@ func GenerateStackComment(root *tree.Node, currentBranch, trunk, repoURL string,
48
}
49
50
// Stack header
51
- sb.WriteString("### Stack\n\n")
+ sb.WriteString("### :books: Pull Request Stack\n\n")
52
53
// Render tree from root as nested markdown list
54
renderTree(&sb, root, currentBranch, repoURL, prInfo, 0)
0 commit comments