forked from apache/pekko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.asf.yaml
37 lines (32 loc) · 968 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
# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
github:
description: "Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala"
homepage: https://pekko.apache.org/
labels:
- pekko
- streaming
- reactive
- actor-model
- concurrency
- cloud-native
- distributed-actors
- distributed-systems
- high-performance
features:
# Enable wiki for documentation
wiki: false
# 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: { }
notifications:
commits: [email protected]
issues: [email protected]
pullrequests: [email protected]
discussions: [email protected]