This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new a39c128ed3 Disabled GitBox notifications in `.asf.yaml`
a39c128ed3 is described below

commit a39c128ed32395f13e615e1ae1b4ef2b3428e07c
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Feb 3 17:17:54 2023 +0100

    Disabled GitBox notifications in `.asf.yaml`
---
 .asf.yaml | 24 ++++++------------------
 1 file changed, 6 insertions(+), 18 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 8097fd18f4..fbb00acf24 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -13,23 +13,20 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# .asf.yaml documentation:
-# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
+# `.asf.yaml` is a branch-specific YAML configuration file for Git 
repositories to control features such as notifications, GitHub settings, etc.
+# See its documentation for details: 
https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
+
 notifications:
+  # GitHub already provides notifications for PRs and issues.
+  # Please don't duplicate that noise here!
   commits: [email protected]
-  # issues and PRs send their own emails to devs
-  issues: [email protected]
-  pullrequests: [email protected]
   jira_options: link label
 github:
-  description: "Apache Log4j 2 is an upgrade to Log4j that provides 
significant improvements over its predecessor, Log4j 1.x, and provides many of 
the improvements available in Logback while fixing some inherent problems in 
Logback's architecture."
+  description: "Apache Log4j 2 is a versatile, feature-rich, efficient logging 
API and backend for Java."
   homepage: https://logging.apache.org/log4j/2.x/
-  # enable GitHub Issues and Projects
   features:
     issues: true
-    projects: true
   del_branch_on_merge: true
-  # and enable support for our old Jira instance
   autolink_jira:
     - LOG4J2
   labels:
@@ -43,16 +40,7 @@ github:
     - logging
     - logger
     - api
-    - async
-    - asynchronous
     - syslog
-    - structured-logging
-    - json
-    - performance
-    - high-performance
-    #  ultra-high-max-plus-performance
-    - concurrency
   protected_branches:
-    # Prevent force pushes to primary branches
     master: {}
     release-2.x: {}

Reply via email to