This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git
The following commit(s) were added to refs/heads/master by this push:
new ea842bc Adding .asf.yaml file
ea842bc is described below
commit ea842bcea9324e80b600e217697439921e23765d
Author: Martin Schreier <[email protected]>
AuthorDate: Thu Jan 6 19:04:57 2022 +0100
Adding .asf.yaml file
---
.asf.yaml | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..31635a9
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,25 @@
+github:
+ description: "Apache Archiva Redback Repository"
+ homepage: https://archiva.apache.org
+ labels:
+ - apache
+ - java
+ - archiva
+ - maven-repository
+ enabled_merge_buttons:
+ squash: true
+ merge: false
+ rebase: true
+ features:
+ # Enable wiki for documentation
+ wiki: true
+ # Enable issue management
+ issues: false
+ # Enable projects for project management boards
+ projects: true
+notifications:
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]
+ jira_options: link label comment
+