-
Notifications
You must be signed in to change notification settings - Fork 2
/
CODEOWNERS
Validating CODEOWNERS rules...
34 lines (26 loc) · 1.23 KB
/
CODEOWNERS
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
# This file defines the codeowners of certain pieces of the code.
# These owners will automatically be requested as reviewers when
# a pull request is made that matches the filter.
# Each line is a file pattern followed by one or more owners.
# Order is important; the last matching pattern takes the most
# precedence.
# Global Owners. Unless a later match takes precedence
* @dgauldie @mwdchang @YohannParis
# Client code owners
/packages/client/ @YohannParis @mwdchang @jryu01 @Tom-Szendrey @shawnyama @blanchco @asylves1
# Backend services owners
/packages/server/ @dgauldie @dvince2 @YohannParis
/packages/taskrunner/ @kbirk @YohannParis
# Documentation owners
docs/* @dgauldie @pascaleproulx @YohannParis @dvince2
# Generated Types - removing generated types from codeowners to reduce client owners spam.
packages/client/hmi-client/src/types/Types.ts
# CODEOWNERS prevent renovate automerge since it will automatically ask for review
# See documentation for more details: https://docs.renovatebot.com/key-concepts/automerge/#codeowners
# NOTE: leave at the bottom for precedence matching
# May need to be updated as required
# Solution: make files used by renovate owned by everyone
**/package.json
**/yarn.lock
**/Dockerfile*
**/gradle.properties