Skip to content

Commit

Permalink
Temporarily disable automatic pushing (#247)
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin John <[email protected]>
  • Loading branch information
Pandapip1 authored Apr 17, 2023
1 parent f2ce47d commit facf911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/merge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ async function generateEIPNumber(octokit: Octokit, repository: Repository, front
}

async function updateFiles(octokit: Octokit, pull_request: PullRequest, oldFiles: File[], newFiles: File[]) {
return;
let owner = pull_request.head.repo?.owner?.login as string;
let repo = pull_request.head.repo?.name as string;
let parentOwner = pull_request.base.repo?.owner?.login as string;
Expand Down

0 comments on commit facf911

Please sign in to comment.