This is an automated email from the ASF dual-hosted git repository.
brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git
The following commit(s) were added to refs/heads/master by this push:
new 40d067a26 create .asf.yaml with:
40d067a26 is described below
commit 40d067a268aeb17d910885771451bd15cf39c47f
Author: Dave Brondsema <[email protected]>
AuthorDate: Wed Apr 20 12:14:10 2022 -0400
create .asf.yaml with:
- same notifications as defaults
- github metadata
- disable dependabot updates (PRs) but allow alerts
More info at https://s.apache.org/asfyaml
---
.asf.yaml | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 000000000..141604953
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,25 @@
+# see https://s.apache.org/asfyaml for more information
+notifications:
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]
+github:
+ description: "Apache Allura - a software forge to manage source code
repositories, bug reports, discussions, wiki pages, blogs, and more"
+ homepage: https://allura.apache.org/
+ labels:
+ - apache
+ - allura
+ - devops
+ - server
+ - repository
+ - wiki
+ - issue-tracker
+ - python
+ - mongodb
+ - markdown
+ features:
+ wiki: false
+ issues: false
+ projects: false
+ dependabot_alerts: true
+ dependabot_updates: false