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
Showing only changes of commit d804b763f8 - Show all commits

View File

@ -27,7 +27,7 @@ async function getAndPostPullRequests() {
}; };
// Construct the URL for the requests // Construct the URL for the requests
const url = `${baseUrl}/repos/${owner}/${repo}/pulls`; const url = `${baseUrl}/api/v1/repos/${owner}/${repo}/pulls`;
core.info(`Constructed URL: ${url}`); core.info(`Constructed URL: ${url}`);
// Perform the GET request // Perform the GET request