File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
contributors/devel/sig-release Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ branches.
27
27
- Have ` hub ` installed, which is most easily installed via
28
28
` go get github.com/github/hub ` assuming you have a standard golang
29
29
development environment.
30
+ - A github token which has permissions to create a PR in an upstream branch.
30
31
31
32
## What Kind of PRs are Good for Cherry Picks
32
33
@@ -89,6 +90,11 @@ patch release branches.
89
90
release you want to cherry pick to. Cherry picks should be applied to all
90
91
[ active] ( https://github.com/kubernetes/sig-release/blob/master/releases/patch-releases.md#detailed-release-history-for-active-branches )
91
92
release branches where the fix is applicable.
93
+
94
+ - When asked for your github password, provide the created github token
95
+ rather than your actual github password.
96
+ Refer [ https://github.com/github/hub/issues/2655#issuecomment-735836048 ] ( https://github.com/github/hub/issues/2655#issuecomment-735836048 )
97
+
92
98
93
99
- Your cherry pick PR will immediately get the
94
100
` do-not-merge/cherry-pick-not-approved ` label.
You can’t perform that action at this time.
0 commit comments