My PR Title #9

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