A first draft of this software #2

Closed
Philipp wants to merge 35 commits from draft into main
Showing only changes of commit bad0533079 - Show all commits

View File

@@ -64,7 +64,7 @@ async function getAndPostPullRequests() {
core.info(pr.head.ref === branch); core.info(pr.head.ref === branch);
core.info(pr.head.ref === branch && pr.base.ref === base_branch); core.info(pr.head.ref === branch && pr.base.ref === base_branch);
} }
if (targetPRFound) { if (!targetPRFound) {
core.info( core.info(
`No open pulls found, to merge ${branch} into ${base_branch}. Trying to create a new PR.`, `No open pulls found, to merge ${branch} into ${base_branch}. Trying to create a new PR.`,
); );