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