Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
agerauer committed Dec 5, 2023
1 parent e365307 commit 82cf25c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24885,6 +24885,7 @@ var groupLabeledPullRequests = async function(octokit) {
console.log(`Pushing External PR #${item.number} to array`);
pulls.push(accPull.data);
}
console.log(pulls);
await mergeBranches(octokit, pulls, tempBranch);
await cleanup(octokit, tempBranch);
(0, import_core.setOutput)("temp-branch", tempBranch);
Expand Down
1 change: 1 addition & 0 deletions src/merge.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const groupLabeledPullRequests = async function (octokit) {
console.log(`Pushing External PR #${item.number} to array`);
pulls.push(accPull.data);
}
console.log(pulls)
await mergeBranches(octokit, pulls, tempBranch);

//cleanup function (delete temp branch)
Expand Down

0 comments on commit 82cf25c

Please sign in to comment.