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 f01be91  Revert "Reset .asf.yaml notifications after repository rename"
f01be91 is described below

commit f01be910e182ceab47aa66cd0151c08718c20353
Author: Christopher Tubbs <[email protected]>
AuthorDate: Wed Aug 12 15:47:15 2026 -0400

    Revert "Reset .asf.yaml notifications after repository rename"
    
    This reverts commit 639710d83a3056fd765e1f0d0586655f842ad1b3.
    
    After the repository was renamed, the project reverted to the default
    notification schemes. This commit is the second 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 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..40fefb1
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,55 @@
+#
+# 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