We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e0063 commit 40ed31eCopy full SHA for 40ed31e
1 file changed
src/github.ts
@@ -1294,7 +1294,10 @@ export class GitHub {
1294
owner: this.repository.owner,
1295
},
1296
message,
1297
- true
+ true,
1298
+ {
1299
+ filesPerCommit: 1000000, // set a really high limit to effectively put all of the files in one commit
1300
+ }
1301
);
1302
1303
// create pull request, unless one already exists
0 commit comments