We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This code relies on the gh NPM package, which was deprecated last year. The package currently has major issues; e.g. cannot create a developer token via login command.
gh
Github now has their own official gh tool: https://cli.github.com.
This code is not compatible with the new tool. For example, the pull-request command is now called pr (not an alias).
pull-request
pr
meta gh pr
Error:
unknown command "pull-request" for "gh"
Pull request command is executed for each repo.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug Report
This code relies on the
gh
NPM package, which was deprecated last year. The package currently has major issues; e.g. cannot create a developer token via login command.Github now has their own official
gh
tool: https://cli.github.com.This code is not compatible with the new tool. For example, the
pull-request
command is now calledpr
(not an alias).To Reproduce
meta gh pr
Error:
Expected behavior
Pull request command is executed for each repo.
The text was updated successfully, but these errors were encountered: