My PR Title #9

Closed
Philipp wants to merge 64 commits from update/pre-commit-hooks into main
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,
};
if (assigneesInput) postData.assignees = assigneesInput.split(",");
if (reviewersInput) postData.reviewers = reviewersInput.split(",");
if (labelsInput) postData.labels = labelsInput.split(",");
// if (assigneesInput) postData.assignees = assigneesInput.split(",");
// if (reviewersInput) postData.reviewers = reviewersInput.split(",");
// if (labelsInput) postData.labels = labelsInput.split(",");
core.info(url);
core.info(JSON.stringify(postData));