Removed some arguments for testing.
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 32s

This commit is contained in:
Philipp Horstenkamp 2023-11-19 15:13:44 +01:00
parent d0375c531b
commit a0a223d89d
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

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));