Created a first draft of this action. #14

Merged
Philipp merged 68 commits from draft into main 2023-11-19 23:21:49 +01:00
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 body = core.getInput("body") || "";
const assigneesInput = core.getInput("assignees");
const reviewersInput = core.getIDToken("reviewers");
const reviewersInput = core.getInput("reviewers");
const dueDate = core.getInput("due_date");
const milestone = core.getInput("milestone");
const token = core.getInput("token");