Drafted a first verion of this action #5

Merged
Philipp merged 68 commits from draft into main 2023-11-19 23:18:27 +01:00
Showing only changes of commit f4920a7063 - Show all commits

View File

@ -19,7 +19,7 @@ async function getAndPostPullRequests() {
const branch = core.getInput("branch");
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(`Post Data: ${JSON.stringify(postData)}`);