mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-14 20:41:15 +00:00
Place comment identifier at top
This commit is contained in:
parent
5ec44f8ee5
commit
f84127bedc
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ function headerComment(header: String): string {
|
|||
}
|
||||
|
||||
function bodyWithHeader(body: string, header: string): string {
|
||||
return `${body}\n${headerComment(header)}`
|
||||
return `${headerComment(header)}\n{body}`
|
||||
}
|
||||
|
||||
export async function findPreviousComment(
|
||||
|
|
|
|||
Loading…
Reference in a new issue