-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
good first issueeasy issue that is friendly to new contributoreasy issue that is friendly to new contributorstatus: help wanteddevelopers would like help from experts on this topicdevelopers would like help from experts on this topic
Description
pytest/scripts/prepare-release-pr.py
Line 133 in 5989efe
| "new", |
gh pr new was deprecated in 2021. Its no longer a valid command.
- https://cli.github.com/manual/gh_pr_create
- https://cli.github.com/manual/gh_pr
The official command is gh pr create. You can see this in the official documentation here: gh_pr_create
The alias new was removed in version 2.0 of the GitHub CLI.
If a developer tries to run it on their local machine with a modern version of the gh CLI, the script will fail.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueeasy issue that is friendly to new contributoreasy issue that is friendly to new contributorstatus: help wanteddevelopers would like help from experts on this topicdevelopers would like help from experts on this topic