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-website.git
The following commit(s) were added to refs/heads/main by this push:
new 6cd6170cf Standardize .asf.yaml notifications
6cd6170cf is described below
commit 6cd6170cf5e88e2408a3968f61e010dcfac638af
Author: Christopher Tubbs <[email protected]>
AuthorDate: Wed Jul 8 22:55:08 2026 -0400
Standardize .asf.yaml notifications
---
.asf.yaml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index a88319657..44cb8c6c9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -20,8 +20,8 @@
# https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
notifications:
- commits: [email protected]
- issues: [email protected]
+ commits: [email protected]
+ issues: [email protected]
pullrequests: [email protected]
jira_options: worklog
@@ -31,6 +31,7 @@ github:
labels:
- accumulo
- big-data
+ - asf-site
- website
- hacktoberfest
- jekyll
@@ -38,7 +39,7 @@ github:
wiki: false
issues: true
projects: true
- dependabot_alerts: true
+ dependabot_alerts: true
dependabot_updates: false
rulesets:
@@ -54,6 +55,7 @@ github:
- root
restrict_deletion: true
restrict_force_push: true
+
staging:
profile: ~
whoami: asf-staging
@@ -64,4 +66,3 @@ publish:
jekyll:
whoami: main
target: asf-site
-