-
Notifications
You must be signed in to change notification settings - Fork 675
Expand file tree
/
Copy pathCODEOWNERS
More file actions
22 lines (17 loc) · 918 Bytes
/
CODEOWNERS
File metadata and controls
22 lines (17 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Each line is a file pattern followed by one or more owners.
# database-mergers team is the default owner for everything in
# the repo. Unless a later match takes precedence.
* @kurrent-io/database-mergers
# documentation and database-mergers teams own any files in the 'docs'
# directory at the root of the repository and any of its
# subdirectories.
/docs/ @kurrent-io/documentation @kurrent-io/database-mergers
# documentation and database-mergers teams own any markdown files
# in the root of the repository (README, CONTRIBUTING, LICENSING, etc.)
# Either team will be able to approve PRs changing these files.
/*.md @kurrent-io/documentation @kurrent-io/database-mergers
# eventstore-admin team owns the codeowners file to prevent
# unauthorized changes to it.
/.github/CODEOWNERS @kurrent-io/eventstore-admin
# protected because it contains license rules
/qodana.yaml @kurrent-io/eventstore-admin