My PR Title #11

Closed
Philipp wants to merge 67 commits from update/pre-commit-hooks into main
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