Skip to content

Commit 221195e

Browse files
hub -> gh (#5933)
* hub -> gh fall of from kubernetes/kubernetes#97697 * Also permissions are changed with the tool switch gh auth login requires way more permissions * Update cherry-picks.md
1 parent c4ae027 commit 221195e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

contributors/devel/sig-release/cherry-picks.md

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

3233
## What Kind of PRs are Good for Cherry Picks
3334

0 commit comments

Comments
 (0)