Closed josecelano closed 2 years ago
The example is done: https://github.com/josecelano/pygithub/blob/main/src/04_sign_commit_with_multiple_files_using_github_api.py but I have not added it to the article yet.
I've also created the article: https://github.com/josecelano/pygithub/blob/main/docs/how_to_create_a_single_commit_with_multiple_files_using_github_api.md I'm going to close this issue and create a new one to build the same example but using GitHub GraphQL API.
I want to implement an example of a commit with multiple files.
There are some small examples on the PyGithub repo: https://github.com/PyGithub/PyGithub/issues/1628