-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
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.
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.
nicoddemus
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