* hub -> gh

fall of from https://github.com/kubernetes/kubernetes/pull/97697

* Also permissions are changed with the tool switch

gh auth login requires way more permissions

* Update cherry-picks.md
This commit is contained in:
Sergey Kanzhelev 2021-09-03 10:15:49 -07:00 committed by GitHub
parent c4ae02738c
commit 221195e087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -24,10 +24,11 @@ branches.
kubernetes `origin` fork on GitHub and making a pull request against a
configured remote `upstream` that tracks
`https://github.com/kubernetes/kubernetes.git`, including `GITHUB_USER`.
- Have `hub` installed, which is most easily installed via
`go get github.com/github/hub` assuming you have a standard golang
development environment.
- A github personal access token which has permissions to access public repositories.
- Have GitHub CLI (`gh`) installed following [installation instructions](https://github.com/cli/cli#installation).
- A github personal access token which has permissions "repo" and "read:org".
Permissions are required for [gh auth login](https://cli.github.com/manual/gh_auth_login)
and not used for anything unrelated to cherry-pick creation process
(creating a branch and initiating PR).
## What Kind of PRs are Good for Cherry Picks