Skip to content

Commit 30dbfe6

Browse files
authored
Revert "increase files per commit limit (#180)" (#181)
This reverts commit 40ed31e.
1 parent 40ed31e commit 30dbfe6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/github.ts

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

13031300
// create pull request, unless one already exists

0 commit comments

Comments
 (0)