diff --git a/index.js b/index.js index 71f6983..9d34a54 100644 --- a/index.js +++ b/index.js @@ -53,8 +53,14 @@ async function getAndPostPullRequests() { (pr) => pr.head.ref === branch && pr.base.ref === base_branch, ); for (let pr of pulls) { + core.info(branch); + core.info(base_branch); + core.info(pr.head.ref); core.info(pr.base.ref); + core.info(pr.base.ref === base_branch); + core.info(pr.head.ref === branch); + core.info(pr.head.ref === branch && pr.base.ref === base_branch); } if (targetPRFound) { core.info(