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
Showing only changes of commit eb01f63ce5 - Show all commits

View File

@ -29,7 +29,6 @@ async function getAndPostPullRequests() {
Authorization: `token ${githubToken}`,
"Content-Type": "application/json",
};
// Logic for current branch
if (!branch) {
const ref = process.env.GITHUB_REF;