update/pre-commit-hooks
main
@ -52,7 +52,7 @@ async function getAndPostPullRequests() {
pulls,
(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.base.ref);
}
The note is not visible to the blocked user.