pygithub icon indicating copy to clipboard operation
pygithub copied to clipboard

Example 04: sign commit with multiple files using GraphQL GitHub API

Open josecelano opened this issue 4 years ago • 1 comments

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

josecelano avatar Nov 19 '21 16:11 josecelano

Refer to Shell Script Implementation

My own script: ci_commit_with_signature.sh

maboloshi avatar Feb 17 '24 08:02 maboloshi