This is an automated email from the ASF dual-hosted git repository.

asorokoumov pushed a commit to branch asf-yaml
in repository https://gitbox.apache.org/repos/asf/otava.git

commit e7ccc628cf488024fb73303b10226eb500fef9e3
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Sun Mar 30 14:43:35 2025 -0700

    Add .asf.yaml
    
    This change will hopefully let us manage the "About" section of the GH
    page as well as other configs - labels, allowed PR merge strategies,
    etc.
---
 .asf.yaml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..9f43d3a
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,13 @@
+github:
+  description: "Apache Otava (incubating) performs statistical analysis of 
performance test results. It finds change-points and notifies about possible 
performance regressions."
+  homepage: https://otava.apache.org/
+  features:
+    issues: true
+    projects: true
+    wiki: false
+  enabled_merge_buttons:
+    squash: true
+    merge: true
+    rebase: true
+  protected_branches:
+    master: {}

Reply via email to