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 ad67eb9 More thoroughly reset .asf.yaml by deleting it
ad67eb9 is described below
commit ad67eb96c3a90d5eaf71e960c76045d3a2b91a73
Author: Christopher Tubbs <[email protected]>
AuthorDate: Wed Aug 12 15:48:36 2026 -0400
More thoroughly reset .asf.yaml by deleting it
This will be followed up by a revert to force the .asf.yaml to be
reprocessed.
---
.asf.yaml | 54 ------------------------------------------------------
1 file changed, 54 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
deleted file mode 100644
index 70c5240..0000000
--- a/.asf.yaml
+++ /dev/null
@@ -1,54 +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 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