Skip to content
New issue

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

Does not work with new gh tool #67

Open
phatmann opened this issue Oct 3, 2023 · 0 comments
Open

Does not work with new gh tool #67

phatmann opened this issue Oct 3, 2023 · 0 comments
Labels

Comments

@phatmann
Copy link

phatmann commented Oct 3, 2023

🐛 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 called pr (not an alias).

To Reproduce

  • Install new gh tool
  • Run meta gh pr

Error:

unknown command "pull-request" for "gh"

Expected behavior

Pull request command is executed for each repo.

@phatmann phatmann added the bug label Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant