You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2023/06/28 21:51:42 UTC

[datasketches-java] branch asf_yaml_update created (now d1c7b405)

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

leerho pushed a change to branch asf_yaml_update
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


      at d1c7b405 recommended update by Matt Sicker (ASF-secretary) after reviewing our quarterly report.

This branch includes the following new commits:

     new d1c7b405 recommended update by Matt Sicker (ASF-secretary) after reviewing our quarterly report.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[datasketches-java] 01/01: recommended update by Matt Sicker (ASF-secretary) after reviewing our quarterly report.

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch asf_yaml_update
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git

commit d1c7b40564e8387302fa415c432cb1eefd1a584a
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Jun 28 14:51:29 2023 -0700

    recommended update by Matt Sicker (ASF-secretary) after reviewing our
    quarterly report.
---
 .asf.yaml | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 6b77284a..de945fb1 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,4 +1,5 @@
 github:
+  description: A software library of stochastic streaming algorithms, a.k.a. sketches.
   homepage: https://datasketches.apache.org
 
   master:
@@ -9,4 +10,35 @@ github:
     required_pull_request_reviews:
       dismiss_stale_reviews: true
       required_approving_review_count: 1
+  
+  dependabot_alerts:  true
+  dependabot_updates: false
+  
+  # Attempt to make the auto-generated github emails more easily readable in email clients.
+  custom_subjects:
+    new_pr: "[PR] {title} ({repository})"
+    close_pr: "Re: [PR] {title} ({repository})"
+    comment_pr: "Re: [PR] {title} ({repository})"
+    diffcomment: "Re: [PR] {title} ({repository})"
+    merge_pr: "Re: [PR] {title} ({repository})"
+    new_issue: "[I] {title} ({repository})"
+    comment_issue: "Re: [I] {title} ({repository})"
+    close_issue: "Re: [I] {title} ({repository})"
+    catchall: "[GH] {title} ({repository})"
+    new_discussion: "[D] {title} ({repository})"
+    edit_discussion: "Re: [D] {title} ({repository})"
+    close_discussion: "Re: [D] {title} ({repository})"
+    close_discussion_with_comment: "Re: [D] {title} ({repository})"
+    reopen_discussion: "Re: [D] {title} ({repository})"
+    new_comment_discussion: "Re: [D] {title} ({repository})"
+    edit_comment_discussion: "Re: [D] {title} ({repository})"
+    delete_comment_discussion: "Re: [D] {title} ({repository})"
 
+  notifications:
+    commits:              commits@dataskethces.apache.org
+    issues:               dev@dataskethces.apache.org
+    discussions:          dev@dataskethces.apache.org
+    pullrequests_status:  dev@dataskethces.apache.org
+    pullrequests_comment: dev@dataskethces.apache.org
+    # Send dependabot PRs to commits@ instead
+    pullrequests_bot_dependabot: commits@dataskethces.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org