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

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


The following commit(s) were added to refs/heads/master by this push:
     new 931ff33be1 Delete `.asf.yaml` due to mail noise it creates
931ff33be1 is described below

commit 931ff33be175c4ef1ffcd4908e704683cd63813f
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Feb 3 17:11:35 2023 +0100

    Delete `.asf.yaml` due to mail noise it creates
    
    As explained by Daniel Gruno in the mailing list, this
    is due to a fight between `.asf.yaml` files in `master`
    and `release-2.x` branches. He has stated aligning `github`
    block of both files should suppress the noise, but it
    doesn't. Hence, I am deleting the one on `master`, since
    we don't have branch-specific configuration anyway.
    
    Daniel's post: 
https://lists.apache.org/thread/fy8mf4rmmk1482x51hsps3ztk5ldc8q8
    Proof that matching `github` blocks doesn't work: 
https://lists.apache.org/thread/wbbs7849s4o0qfv8xwln4y9qhb8j0f6c
---
 .asf.yaml | 58 ----------------------------------------------------------
 1 file changed, 58 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
deleted file mode 100644
index 8097fd18f4..0000000000
--- a/.asf.yaml
+++ /dev/null
@@ -1,58 +0,0 @@
-# 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.
-
-# .asf.yaml documentation:
-# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
-notifications:
-  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."
-  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:
-    - apache
-    - api
-    - java
-    - jvm
-    - library
-    - log4j
-    - log4j2
-    - 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