Git and GitHub API in Python. This repo contains some examples and an article about how to sign commits automatically using GitHub Actions.
24
stars
2
forks
source link
Example 04: sign commit with multiple files using GraphQL GitHub API #6
Open
josecelano opened 2 years ago
I've finished the example using the REST API and also the article:
https://github.com/josecelano/pygithub/blob/main/docs/how_to_create_a_single_commit_with_multiple_files_using_github_api.md#solution-01-using-github-rest-api
But I would like to re-write the example and the article using the GitHub GraphQL API.
https://github.com/josecelano/pygithub/blob/main/docs/how_to_create_a_single_commit_with_multiple_files_using_github_api.md#solution-02-using-github-graphql-api