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
803 changed files with 54136 additions and 0 deletions
Showing only changes of commit a0a223d89d - Show all commits

View File

@ -83,9 +83,9 @@ async function getAndPostPullRequests() {
base: base_branch, base: base_branch,
}; };
if (assigneesInput) postData.assignees = assigneesInput.split(","); // if (assigneesInput) postData.assignees = assigneesInput.split(",");
if (reviewersInput) postData.reviewers = reviewersInput.split(","); // if (reviewersInput) postData.reviewers = reviewersInput.split(",");
if (labelsInput) postData.labels = labelsInput.split(","); // if (labelsInput) postData.labels = labelsInput.split(",");
core.info(url); core.info(url);
core.info(JSON.stringify(postData)); core.info(JSON.stringify(postData));