Title: "update/pre-commit-hooks" #4

Closed
Philipp wants to merge 36 commits from update/pre-commit-hooks into main
803 changed files with 54114 additions and 0 deletions
Showing only changes of commit e05f7d8886 - Show all commits

View File

@ -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(