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

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

View File

@@ -22,6 +22,9 @@ async function getAndPostPullRequests() {
const labelsInput = core.getInput("labels");
const githubToken = core.getInput("github_token");
const title = core.getInput("title");
const body = core.getInput("body");
const branch = core.getInput("branch");
if (!branch) {
const ref = process.env.GITHUB_REF;