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
803 changed files with 54109 additions and 0 deletions
Showing only changes of commit f4920a7063 - Show all commits

View File

@ -19,7 +19,7 @@ async function getAndPostPullRequests() {
const branch = core.getInput("branch"); const branch = core.getInput("branch");
core.info(`The branch ${branch} should be merged.`); core.info(`The branch ${branch} should be merged.`);
const base_branch = core.getInput("base_branch"); const base_branch = core.getInput("base_branch") || "main";
core.info(`The branch ${base_branch} should be merged into.`); core.info(`The branch ${base_branch} should be merged into.`);
// core.info(`Post Data: ${JSON.stringify(postData)}`); // core.info(`Post Data: ${JSON.stringify(postData)}`);