Skip to content

Commit ff52cbb

Browse files
authored
Apply suggestion from @Andarist
1 parent 518b901 commit ff52cbb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/core.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ const createCommit = async ({
7070
}
7171
: message;
7272

73+
// we have to stick to GraphQL here as with REST, each file change would become a separate API call
7374
return createCommitOnBranchQuery(octokit, {
7475
input: {
7576
branch: {

0 commit comments

Comments
 (0)