-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.asf.yaml
More file actions
75 lines (70 loc) · 2.77 KB
/
.asf.yaml
File metadata and controls
75 lines (70 loc) · 2.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# 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
labels:
- rust
- algorithms
- datasketches
features:
issues: true
projects: false
discussions: true
enabled_merge_buttons:
squash: true
merge: false
rebase: false
pull_requests:
allow_auto_merge: true
allow_update_branch: true
del_branch_on_merge: true
protected_branches:
main:
required_status_checks:
contexts:
- Required
required_pull_request_reviews: {}
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@datasketches.apache.org
issues: dev@datasketches.apache.org
discussions: dev@datasketches.apache.org
pullrequests_status: dev@datasketches.apache.org
pullrequests_comment: dev@datasketches.apache.org
pullrequests_bot_dependabot: commits@datasketches.apache.org