Inverted the logs.
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 35s

This commit is contained in:
Philipp Horstenkamp 2023-11-19 13:49:35 +01:00
parent 6f65eaf0d3
commit bad0533079
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

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.`,
); );