Compare commits
No commits in common. "d850e00c4e969e8cae8b7bc34f518d65e5070f1a" and "a37dc8b503f644e20913d04c965ece7f9592205c" have entirely different histories.
d850e00c4e
...
a37dc8b503
|
|
@ -112,9 +112,7 @@ class PRHandler {
|
|||
}
|
||||
|
||||
static formatPrBody(pullRequest: Gitea.PullRequest, repositoryFullName: string): string {
|
||||
const body = (pullRequest.body || "_empty_")
|
||||
.replace(/\n*🤖 Generated with \[Claude Code\].*$/s, "")
|
||||
.trim() || "_empty_"
|
||||
const body = pullRequest.body || "_empty_"
|
||||
let message = `
|
||||
> ### [${pullRequest.title}](<${pullRequest.html_url}>)
|
||||
> **${repositoryFullName}**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user