Skip to content

Commit 3333b4a

Browse files
committed
add a footer
1 parent 4cfd119 commit 3333b4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/cmd/combine_prs.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ func generatePRBody(combinedPRs, mergeFailedPRs []string) string {
146146
body += "- " + pr + "\n"
147147
}
148148
}
149+
150+
body += "\n> Generated with [gh-combine](https://github.com/github/gh-combine)"
151+
149152
return body
150153
}
151154

0 commit comments

Comments
 (0)