Skip to content

Commit 40ed31e

Browse files
authored
increase files per commit limit (#180)
1 parent d1e0063 commit 40ed31e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/github.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,10 @@ export class GitHub {
12941294
owner: this.repository.owner,
12951295
},
12961296
message,
1297-
true
1297+
true,
1298+
{
1299+
filesPerCommit: 1000000, // set a really high limit to effectively put all of the files in one commit
1300+
}
12981301
);
12991302

13001303
// create pull request, unless one already exists

0 commit comments

Comments
 (0)