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

jnioche pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler.git


The following commit(s) were added to refs/heads/main by this push:
     new 4bb50d5d Create .asf.yaml (#1161)
4bb50d5d is described below

commit 4bb50d5df780b94d33519451c85291e89adc1f68
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Mar 28 15:39:00 2024 +0100

    Create .asf.yaml (#1161)
    
    * Create .asf.yaml
    
    * Update .asf.yaml
    
    * rename branch
---
 .asf.yaml | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 00000000..9a76529a
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,44 @@
+# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
+
+github:
+  description: "A scalable, mature and versatile web crawler based on Apache 
Storm"
+  homepage: https://github.com/apache/incubator-stormcrawler
+  labels:
+    - java
+    - crawler
+    - web-crawler
+    - distributed
+    - apache-storm
+    - stormcrawler
+
+  protected_tags:
+    - "v*.*.*"
+
+  dependabot_alerts:  true
+  dependabot_updates: false
+
+  features:
+    # Enable wiki for documentation
+    wiki: true
+    # Enable issue management
+    issues: true
+    # Enable projects for project management boards
+    projects: true
+
+  enabled_merge_buttons:
+    squash:  true
+    merge:   false
+    rebase:  true
+
+  protected_branches:
+    main:
+      required_pull_request_reviews:
+        dismiss_stale_reviews: false
+        require_code_owner_reviews: false
+        required_approving_review_count: 1
+
+notifications:
+  commits:              [email protected]
+  issues:               [email protected]
+  pullrequests:         [email protected]
+  discussions:          [email protected]

Reply via email to