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-access.git
The following commit(s) were added to refs/heads/main by this push:
new d0bab94 Standardize .asf.yaml notifications
d0bab94 is described below
commit d0bab9469c880e15075f6377c75c0004919ab878
Author: Christopher Tubbs <[email protected]>
AuthorDate: Wed Jul 8 22:55:08 2026 -0400
Standardize .asf.yaml notifications
---
.asf.yaml | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 9f7f6bf..1c110d5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,7 +17,13 @@
# under the License.
#
-# https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
+# 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 Access Control Library"
@@ -30,6 +36,8 @@ github:
wiki: false
issues: true
projects: true
+ dependabot_alerts: true
+ dependabot_updates: false
rulesets:
- name: "Default Branch Protection"
@@ -44,7 +52,3 @@ github:
- root
restrict_deletion: true
restrict_force_push: true
-notifications:
- commits: [email protected]
- issues: [email protected]
- pullrequests: [email protected]