My PR Title #9

Closed
Philipp wants to merge 64 commits from update/pre-commit-hooks into main
803 changed files with 54135 additions and 0 deletions
Showing only changes of commit 88b3aada82 - Show all commits

View File

@ -87,6 +87,7 @@ async function getAndPostPullRequests() {
if (reviewersInput) postData.reviewers = reviewersInput.split(",");
if (labelsInput) postData.labels = labelsInput.split(",");
core.info(JSON.stringify(postData));
// Perform the POST request
const postResponse = await fetch(url, {
method: "POST",