An open API service indexing awesome lists of open source software.

https://github.com/rickstaa/octokit_rest_create_pull

Small example repository on how to create a PR using the Octokit Rest API.
https://github.com/rickstaa/octokit_rest_create_pull

Last synced: over 1 year ago
JSON representation

Small example repository on how to create a PR using the Octokit Rest API.

Awesome Lists containing this project

README

          

# octokit_rest_create_pull

Small example repository on how to create a PR using the Octokit Rest API.

## Steps

1. Install npm dependencies.
2. Add your `GITHUB_TOKEN` to the `.env_template` file and rename the file to `.env`.
3. Run the `create_pull_request.js` script.