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-uno.git
The following commit(s) were added to refs/heads/main by this push:
new ca6d6db Revert "More thoroughly reset .asf.yaml by deleting it"
ca6d6db is described below
commit ca6d6db2442b7e910652fcc478aaa2fc192b2d3d
Author: Christopher Tubbs <[email protected]>
AuthorDate: Wed Aug 12 15:49:11 2026 -0400
Revert "More thoroughly reset .asf.yaml by deleting it"
This reverts commit ad67eb96c3a90d5eaf71e960c76045d3a2b91a73.
---
.asf.yaml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..70c5240
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,54 @@
+#
+# 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 Accumulo Uno"
+ homepage: https://accumulo.apache.org
+ labels:
+ - 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