My PR Title #9

Closed
Philipp wants to merge 64 commits from update/pre-commit-hooks into main
Showing only changes of commit eb01f63ce5 - Show all commits

View File

@ -29,7 +29,6 @@ async function getAndPostPullRequests() {
Authorization: `token ${githubToken}`,
"Content-Type": "application/json",
};
// Logic for current branch
if (!branch) {
const ref = process.env.GITHUB_REF;