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 d804b763f8 - Show all commits

View File

@ -27,7 +27,7 @@ async function getAndPostPullRequests() {
};
// 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}`);
// Perform the GET request