Inverted the logs.
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 35s
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 35s
This commit is contained in:
parent
6f65eaf0d3
commit
bad0533079
2
index.js
2
index.js
@ -64,7 +64,7 @@ async function getAndPostPullRequests() {
|
||||
core.info(pr.head.ref === branch);
|
||||
core.info(pr.head.ref === branch && pr.base.ref === base_branch);
|
||||
}
|
||||
if (targetPRFound) {
|
||||
if (!targetPRFound) {
|
||||
core.info(
|
||||
`No open pulls found, to merge ${branch} into ${base_branch}. Trying to create a new PR.`,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user