This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git
The following commit(s) were added to refs/heads/master by this push:
new cac0918 add workaround
cac0918 is described below
commit cac0918f8244f055f5e6650aeb7c347dd28142c7
Author: Enrico Olivelli <[email protected]>
AuthorDate: Mon Jan 18 11:59:15 2021 +0100
add workaround
---
merge-pr.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/merge-pr.py b/merge-pr.py
index ca8bb66..c23c338 100644
--- a/merge-pr.py
+++ b/merge-pr.py
@@ -67,7 +67,7 @@ JIRA_API_BASE = "https://issues.apache.org/jira"
# Prefix added to temporary branches
TEMP_BRANCH_PREFIX = "PR_TOOL"
# TODO Introduce a convention as this is too brittle
-RELEASE_BRANCH_PREFIX = "branch-"
+RELEASE_BRANCH_PREFIX = "CURATOR"
DEV_BRANCH_NAME = "master"