This is an automated email from the ASF dual-hosted git repository.
placave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-rust.git
The following commit(s) were added to refs/heads/main by this push:
new e5dab92 chore: fine tune asfyaml settings (#19)
e5dab92 is described below
commit e5dab928d470ee21d0efb6a6876a077de8955c5c
Author: tison <[email protected]>
AuthorDate: Mon Dec 15 20:21:55 2025 +0800
chore: fine tune asfyaml settings (#19)
* chore: fixup new typos glossary and linters
Signed-off-by: tison <[email protected]>
* chore: fine tune asfyaml settings
Signed-off-by: tison <[email protected]>
---------
Signed-off-by: tison <[email protected]>
---
.asf.yaml | 44 +++++++++++++++++++-------------------------
1 file changed, 19 insertions(+), 25 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 5879ab4..0f44228 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -15,11 +15,15 @@
# specific language governing permissions and limitations
# under the License.
+# All configurations could be found here:
https://github.com/apache/infrastructure-asfyaml/
+
github:
description: A software library of stochastic streaming algorithms, a.k.a.
sketches.
homepage: https://datasketches.apache.org
- ghp_branch: gh-pages
- ghp_path: /docs
+ labels:
+ - rust
+ - algorithms
+ - datasketches
features:
issues: true
projects: true
@@ -28,28 +32,19 @@ github:
squash: true
merge: false
rebase: false
-# protected_branches:
-# main:
-# required_status_checks:
- # strict means "Require branches to be up to date before merging."
-# strict: true
-
-# required_pull_request_reviews:
-# dismiss_stale_reviews: false
-# required_approving_review_count: 1
-
- # squash or rebase must be allowed in the repo for this setting to be
set to true.
-# required_linear_history: false
-
-# required_signatures: false
-
- # requires all conversations to be resolved before merging is possible
-# required_conversation_resolution: false
+ del_branch_on_merge: true
+ protected_branches:
+ main:
+ required_status_checks:
+ contexts:
+ - Required
+ required_pull_request_reviews:
+ 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.
+ # 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})"
@@ -70,10 +65,9 @@ github:
delete_comment_discussion: "Re: [D] {title} ({repository})"
notifications:
- commits: [email protected]
- issues: [email protected]
- discussions: [email protected]
- pullrequests_status: [email protected]
+ commits: [email protected]
+ issues: [email protected]
+ discussions: [email protected]
+ pullrequests_status: [email protected]
pullrequests_comment: [email protected]
- # Send dependabot PRs to commits@ instead
pullrequests_bot_dependabot: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]