We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518b901 commit ff52cbbCopy full SHA for ff52cbb
1 file changed
src/core.ts
@@ -70,6 +70,7 @@ const createCommit = async ({
70
}
71
: message;
72
73
+ // we have to stick to GraphQL here as with REST, each file change would become a separate API call
74
return createCommitOnBranchQuery(octokit, {
75
input: {
76
branch: {
0 commit comments