My PR Title #9

Closed
Philipp wants to merge 64 commits from update/pre-commit-hooks into main
Showing only changes of commit 1dd79dc05d - Show all commits

View File

@ -55,6 +55,8 @@ async function getAndPostPullRequests() {
pulls,
(pr) => pr.head.ref === branch && pr.base.ref === base_branch,
);
core.info(pulls[0].head.ref);
core.info(pulls[0].base.ref);
if (targetPRFound) {
core.info(
`No open pulls found, to merge ${branch} into ${base_branch}. Trying to create a new PR.`,