Created a first draft of this action. #14
1
index.js
1
index.js
@ -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, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user