forked from apache/pekko
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.asf.yaml
43 lines (38 loc) · 1.17 KB
/
.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
40
41
42
43
# 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:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: false
# contexts are the names of checks that must pass
contexts:
- Code is formatted
notifications:
commits: commits@pekko.apache.org
issues: notifications@pekko.apache.org
pullrequests: notifications@pekko.apache.org
discussions: notifications@pekko.apache.org