My PR Title #11

Closed
Philipp wants to merge 67 commits from update/pre-commit-hooks into main
296 changed files with 37459 additions and 0 deletions
Showing only changes of commit d1934c9278 - Show all commits

View File

@@ -13,7 +13,7 @@ async function getAndPostPullRequests() {
const title = core.getInput("title"); const title = core.getInput("title");
const body = core.getInput("body") || ""; const body = core.getInput("body") || "";
const assigneesInput = core.getInput("assignees"); const assigneesInput = core.getInput("assignees");
const reviewersInput = core.getIDToken("reviewers"); const reviewersInput = core.getInput("reviewers");
const dueDate = core.getInput("due_date"); const dueDate = core.getInput("due_date");
const milestone = core.getInput("milestone"); const milestone = core.getInput("milestone");
const token = core.getInput("token"); const token = core.getInput("token");