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-fluo-website.git
The following commit(s) were added to refs/heads/main by this push:
new dff8a23 Standardize .asf.yaml notifications
dff8a23 is described below
commit dff8a23dc71ff18d76c6e2a10979c1c35717a047
Author: Christopher Tubbs <[email protected]>
AuthorDate: Wed Jul 8 22:55:08 2026 -0400
Standardize .asf.yaml notifications
---
.asf.yaml | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index da0e9f9..f081946 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -7,7 +7,7 @@
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
-# http://www.apache.org/licenses/LICENSE-2.0
+# 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
@@ -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 Fluo Website"
@@ -27,11 +33,15 @@ github:
- accumulo
- big-data
- asf-site
+ - website
- hacktoberfest
+ - jekyll
features:
wiki: false
issues: true
projects: true
+ dependabot_alerts: true
+ dependabot_updates: false
rulesets:
- name: "Default Branch Protection"
@@ -46,6 +56,7 @@ github:
- root
restrict_deletion: true
restrict_force_push: true
+
staging:
profile: ~
whoami: asf-staging
@@ -57,4 +68,3 @@ publish:
jekyll:
whoami: main
target: asf-site
-