Download URL :
Introduction :
This app uses the GitHub Api and Octokit to connect to your GitHub Account. It allows you to open a Pull Request without the need of going to github.com or opening the official CLI
gh from GitHubRequirements :
This app requires a GitHub oAuth personal token. To know how to create one, follow this tutorial
Environment Variable schema :
{
"token":"Your_Github_Personal_Token"
}
Â
Â
{
token:"Your_Github_Personal_Token"
}