You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,15 +80,15 @@ There are a few edge cases where we might want to work only on the current branc
80
80
81
81
=== Enable automatic cherry-picking on a PR
82
82
83
-
To enable automatic cherry-picking on a PR, add the label `auto-cherry-pick` to it.
83
+
To enable automatic cherry-picking on a PR, add the label `cherry-pick` to it.
84
84
Without it, the responsible GitHub action is not going to be triggered.
85
85
86
-
To select the target branches you would like to cherry-pick your PR to, add labels of the following structure: `auto-cherry-pick-to-<targetBranch>`.
87
-
For example: `auto-cherry-pick-to-cypher-25` to cherry-pick it to the branch `cypher-25` or `auto-cherry-pick-to-5.x` for the branch `5.x`.
86
+
To select the target branches you would like to cherry-pick your PR to, add labels of the following structure: `cherry-pick-to-<targetBranch>`.
87
+
For example: `cherry-pick-to-cypher-25` to cherry-pick it to the branch `cypher-25` or `cherry-pick-to-5.x` for the branch `5.x`.
88
88
You may even add new labels for branches that do not have such a label yet.
89
89
90
-
The feature is triggered by either merging a PR with the `auto-cherry-pick` label or by adding the `auto-cherry-pick` label to an already closed and merged PR.
91
-
In the latter case, ensure that you first add the labels containing the target branches and then finally the `auto-cherry-pick` label.
90
+
The feature is triggered by either merging a PR with the `cherry-pick` label or by adding the `cherry-pick` label to an already closed and merged PR.
91
+
In the latter case, ensure that you first add the labels containing the target branches and then finally the `cherry-pick` label.
92
92
Otherwise the automation starts without any target branches.
0 commit comments