Created a first draft of this action. #14

Merged
Philipp merged 68 commits from draft into main 2023-11-19 23:21:49 +01:00
803 changed files with 54122 additions and 0 deletions
Showing only changes of commit 6e3b6c6abb - Show all commits

View File

@ -51,6 +51,7 @@ async function getAndPostPullRequests() {
core.info(`URL for POST request: ${url}`);
core.info(`POST data being sent: ${JSON.stringify(postData, null, 2)}`);
core.info(`URL with token: ${url}?access_token=${token}`);
const postResponse = await fetch(`${url}?access_token=${token}`, {
method: "POST",
headers,