Skip to content

Commit

Permalink
hub -> gh (kubernetes#5933)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
SergeyKanzhelev authored Sep 3, 2021
1 parent c4ae027 commit 221195e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions contributors/devel/sig-release/cherry-picks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 221195e

Please sign in to comment.