Added even more debug messages.
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 37s

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

View File

@ -48,6 +48,8 @@ async function getAndPostPullRequests() {
// core.info(`GET repsonse ${JSON.stringify(pulls, 2)}`);
// Logic to decide if a POST request is needed
core.info(branch);
core.info(base_branch);
const targetPRFound = _.any(
pulls,
(pr) => pr.head.ref === branch && pr.base.ref === base_branch,