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
644 changed files with 143233 additions and 0 deletions
Showing only changes of commit 0da1631bbc - Show all commits

View File

@ -41,6 +41,7 @@ async function getAndPostPullRequests() {
const pulls = await getResponse.json();
core.info(`GET request completed. Number of pulls: ${pulls.length}`);
core.info(`GET repsonse ${JSON.stringify(pulls, 2)}`);
// Logic to decide if a POST request is needed
if (pulls.length === 0) {