Skip to content

Commit 6701b05

Browse files
committed
Add note about GitHub Graphql API commit size limit
1 parent 1d78036 commit 6701b05

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Example how to use GitHub app installation token
4949
- The branch that is checked out needs to be in an attached state. Meaning that you can commit and push to it
5050
- Currently, the action only supports adding, updating, and deleting files. It doesn't reconstruct the entire tree for
5151
commit. Moving files would succeed, but the old file will still remain in its location.
52+
- The cumulative size of modified files cannot be bigger than 40MB due to GitHub API limits. Note that contents of deleted files are not considered for this limit.
5253
5354
# (Legacy) GitHub Api Commit
5455

0 commit comments

Comments
 (0)