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.
- Host: GitHub
- URL: https://github.com/rickstaa/octokit_rest_create_pull
- Owner: rickstaa
- Created: 2023-02-17T20:38:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T20:41:24.000Z (over 3 years ago)
- Last Synced: 2025-01-14T07:30:28.049Z (over 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.