forked from apache/pekko-connectors-kafka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.asf.yaml
39 lines (34 loc) · 1.02 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
# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
github:
description: "Apache Pekko Kafka Connector - Pekko-Connectors is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Apache Pekko."
homepage: https://pekko.apache.org/
labels:
- pekko
- pekko-streams
- pekko-connnectors
- integration
- reactive
- reactive-streams
- kafka
- kafka-client
- kafka-connector
- java
- scala
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]