fix: removed 'powered by..' pr body suffix

This commit is contained in:
Andrea Lamparelli 2023-06-28 11:56:36 +02:00
parent 0fbe0f6f37
commit 6869becb3e
4 changed files with 4 additions and 10 deletions

View file

@ -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: {