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

asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-bytes.git


The following commit(s) were added to refs/heads/main by this push:
     new 639710d  Reset .asf.yaml notifications after repository rename
639710d is described below

commit 639710d83a3056fd765e1f0d0586655f842ad1b3
Author: Christopher Tubbs <[email protected]>
AuthorDate: Wed Aug 12 15:46:33 2026 -0400

    Reset .asf.yaml notifications after repository rename
    
    After the repository was renamed, the project reverted to the default
    notification schemes. This commit is one of two, creating non-trivial
    changes to .asf.yaml to first set the notification address to the
    default (commits@), followed by a change to set it back to the preferred
    address (notifications@).
---
 .asf.yaml | 55 -------------------------------------------------------
 1 file changed, 55 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
deleted file mode 100644
index 40fefb1..0000000
--- a/.asf.yaml
+++ /dev/null
@@ -1,55 +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
-#
-#   https://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.
-#
-
-# https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
-
-notifications:
-  commits:      [email protected]
-  issues:       [email protected]
-  pullrequests: [email protected]
-  jira_options: worklog
-
-github:
-  description: "Apache Fluo Bytes"
-  homepage: https://fluo.apache.org
-  labels:
-    - fluo
-    - accumulo
-    - big-data
-    - hacktoberfest
-  features:
-    wiki: false
-    issues: true
-    projects: true
-  dependabot_alerts:  true
-  dependabot_updates: false
-
-  rulesets:
-    - name: "Default Branch Protection"
-      type: branch
-      branches:
-        includes:
-          - "~DEFAULT_BRANCH"
-          - "release/*"
-          - "rel/*"
-        excludes: []
-      bypass_teams:
-        - root
-      restrict_deletion: true
-      restrict_force_push: true

Reply via email to