sigmavirus24 / github3.py

Hi, I'm a library for interacting with GItHub's REST API in a convenient and ergonomic way. I work on Python 3.6+.
https://github3.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.21k stars 402 forks source link

create multiple files in single commit #1098

Closed sasidhar-aws closed 2 years ago

sasidhar-aws commented 2 years ago

'create_file' method is allowing us to create one file and commit. It would be helpful if we can have another method, which allow us to create or update multiple files in single commit.

I am trying to create multiple files and commit changes in single commit. Any suggestions would be helpful.

sigmavirus24 commented 2 years ago

In the future, please check the actual API documentation before opening a feature request https://docs.github.com/en/rest/repos/contents this isn't possible. You're ostensibly being paid for your time while I'm not.