From d890af31e8afc7c7d039cff41152ea76dfbb088e Mon Sep 17 00:00:00 2001 From: Richard Sill <156673635+rsill-neo4j@users.noreply.github.com> Date: Fri, 16 May 2025 15:16:54 +0200 Subject: [PATCH] test auto cherry-pick (#1278) (cherry picked from commit 7b152a7f1680652fb4f7fe823b5e151cd0bcc582) --- README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.adoc b/README.adoc index 5c10b5e03..7c30b3327 100644 --- a/README.adoc +++ b/README.adoc @@ -78,6 +78,7 @@ There are a few edge cases where we might want to work only on the current branc * When a new version is ready to published, the `cypher-25` branch will get a git tag, named with the exact version (for example, **2025.01.00**), signifying that this point-in-time marks the completion of the work for that minor release. * Updates merged into the `dev` branch for the next release are cherry-picked into the `cypher-25` branch. + === Enable automatic cherry-picking on a PR To enable automatic cherry-picking on a PR, add the label `cherry-pick` to it.