Removed some arguments for testing.
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 32s
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 32s
This commit is contained in:
parent
d0375c531b
commit
a0a223d89d
6
index.js
6
index.js
@ -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));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user