Title: "update/pre-commit-hooks" #4
2
index.js
2
index.js
@ -52,7 +52,7 @@ async function getAndPostPullRequests() {
|
|||||||
pulls,
|
pulls,
|
||||||
(pr) => pr.head.ref === branch && pr.base.ref === base_branch,
|
(pr) => pr.head.ref === branch && pr.base.ref === base_branch,
|
||||||
);
|
);
|
||||||
for (let pr in pulls) {
|
for (let pr of pulls) {
|
||||||
core.info(pr.head.ref);
|
core.info(pr.head.ref);
|
||||||
core.info(pr.base.ref);
|
core.info(pr.base.ref);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user