diff --git a/index.js b/index.js index 0969f43..4863ff1 100644 --- a/index.js +++ b/index.js @@ -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));