This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new 4d598e049a Add `cherry_picker` configuration
4d598e049a is described below
commit 4d598e049a68cccb4ffb1c3031f0e4f5aaf7d4b8
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Apr 1 15:13:50 2025 +0200
Add `cherry_picker` configuration
---
.cherry_picker.toml | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/.cherry_picker.toml b/.cherry_picker.toml
new file mode 100644
index 0000000000..7b2b33db06
--- /dev/null
+++ b/.cherry_picker.toml
@@ -0,0 +1,24 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+team = "apache"
+repo = "logging-log4j2"
+check_sha= "3da98f7c9de9bf4abb17e10dad678e05ab658a3a"
+fix_commit_msg = false
+default_branch = "2.x"
+require_version_in_branch_name=false
+draft_pr = true