diff options
| author | Sergey Kanzhelev <skanzhelev@google.com> | 2021-09-03 10:15:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-03 10:15:49 -0700 |
| commit | 221195e087aeacf34cd1070ad559bd52bbe6a8a9 (patch) | |
| tree | e3b1ce184e19e3663e21cb65404138b5146ceef0 | |
| parent | c4ae02738c59065b12335de0c551887d209663c3 (diff) | |
hub -> gh (#5933)
* 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
| -rw-r--r-- | contributors/devel/sig-release/cherry-picks.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/contributors/devel/sig-release/cherry-picks.md b/contributors/devel/sig-release/cherry-picks.md index 074cecaa..6233026d 100644 --- a/contributors/devel/sig-release/cherry-picks.md +++ b/contributors/devel/sig-release/cherry-picks.md @@ -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 |
