hack/cherry_pick_pull.sh: Allow multiple pulls
Reorder the arguments to allow for multiple pulls at the end: hack/cherry_pick_pull.sh <remote branch> <pr-number>... This solves some common A-then-immediate-A' cases that appear frequently on head. (There's a workaround, but it's a hack.) Updates the documentation.
This commit is contained in:
parent
3a38ce4217
commit
eed049cf8d
|
|
@ -8,7 +8,7 @@ Kubernetes projects.
|
||||||
Any contributor can propose a cherry pick of any pull request, like so:
|
Any contributor can propose a cherry pick of any pull request, like so:
|
||||||
|
|
||||||
```
|
```
|
||||||
hack/cherry_pick_pull.sh 98765 upstream/release-3.14
|
hack/cherry_pick_pull.sh upstream/release-3.14 98765
|
||||||
```
|
```
|
||||||
|
|
||||||
This will walk you through the steps to propose an automated cherry pick of pull
|
This will walk you through the steps to propose an automated cherry pick of pull
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue