mirror of
https://code.forgejo.org/actions/git-backporting.git
synced 2025-05-13 09:09:13 -04:00
fix: removed 'powered by..' pr body suffix
This commit is contained in:
parent
0fbe0f6f37
commit
6869becb3e
4 changed files with 4 additions and 10 deletions
|
@ -81,7 +81,7 @@ describe("pull request config parser", () => {
|
|||
url: undefined,
|
||||
htmlUrl: undefined,
|
||||
title: "[prod] PR Title",
|
||||
body: "**Backport:** https://github.com/owner/reponame/pull/2368\r\n\r\nPlease review and merge\r\n\r\nPowered by [BPer](https://github.com/lampajr/backporting).",
|
||||
body: "**Backport:** https://github.com/owner/reponame/pull/2368\r\n\r\nPlease review and merge",
|
||||
reviewers: ["gh-user", "that-s-a-user"],
|
||||
assignees: [],
|
||||
targetRepo: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue