Skip to content

Commit

Permalink
increase files per commit limit
Browse files Browse the repository at this point in the history
  • Loading branch information
meorphis committed Oct 11, 2024
1 parent 7217264 commit c0030a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,8 @@ export class GitHub {
owner: this.repository.owner,
},
message,
true
true,
1000000 // set a really high limit to effectively put all of the files in one commit
);

// create pull request, unless one already exists
Expand Down

0 comments on commit c0030a1

Please sign in to comment.