Small example repository on how to create a PR using the Octokit Rest API.
- Install npm dependencies.
- Add your
GITHUB_TOKEN
to the.env_template
file and rename the file to.env
. - Run the
create_pull_request.js
script.
Small example repository on how to create a PR using the Octokit Rest API.
JavaScript