Drafted a first verion of this action #5

Merged
Philipp merged 68 commits from draft into main 2023-11-19 23:18:27 +01:00
Showing only changes of commit d0375c531b - Show all commits

View File

@ -87,6 +87,7 @@ async function getAndPostPullRequests() {
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(JSON.stringify(postData)); core.info(JSON.stringify(postData));
// Perform the POST request // Perform the POST request
const postResponse = await fetch(url, { const postResponse = await fetch(url, {