-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.asf.yaml
39 lines (33 loc) · 967 Bytes
/
.asf.yaml
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
# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
github:
description: "Apache Pekko HTTP Quickstart for Scala"
homepage: https://pekko.apache.org/
labels:
- pekko
- pekko-http
- scala
- grpc
protected_tags:
- "v*.*.*"
features:
# Enable wiki for documentation
wiki: false
# Enable issue management
issues: true
# Enable projects for project management boards
projects: false
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]