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 eb01f63ce5 - Show all commits

View File

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