-
Notifications
You must be signed in to change notification settings - Fork 4
/
CODEOWNERS
Validating CODEOWNERS rules...
57 lines (47 loc) · 2.92 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
*.sh @centreon/owners-bash
*.po @centreon/owners-doc
*.md @centreon/owners-doc
*.mdx @centreon/owners-doc
**/config/ @centreon/owners-php
**/composer.* @centreon/owners-php
**/tests/api/ @centreon/owners-php
**/tests/php/ @centreon/owners-php
**/tests/clapi_export/ @centreon/owners-php
**/www/ @centreon/owners-php
**/tmpl/ @centreon/owners-php
**/bin/ @centreon/owners-php
*.xml @centreon/owners-php
**/phpstan.neon @centreon/owners-php
*.php @centreon/owners-php
*.xsl @centreon/owners-php
**/www/front_src/ @centreon/owners-react
**/www/widgets/ @centreon/owners-react
**/cypress/** @centreon/owners-react
centreon/cypress @centreon/owners-react
package.json @centreon/owners-react
package-lock.json @centreon/owners-react
webpack* @centreon/owners-react
babel.config.js @centreon/owners-react
tsconfig.json @centreon/owners-react
.prettierrc.js @centreon/owners-react
.eslint* @centreon/owners-react
.csslintrc @centreon/owners-react
*.ts @centreon/owners-react
*.tsx @centreon/owners-react
*.jsx @centreon/owners-react
**/cypress/** @centreon/owners-react
*.pm @centreon/owners-perl
*.pl @centreon/owners-perl
**/tests/e2e/** @centreon/owners-cypress-e2e
**/cypress/e2e/** @centreon/owners-cypress-e2e
*.feature @centreon/owners-gherkin
*.py @centreon/owners-python
.github/** @centreon/owners-pipelines
**/.project @centreon/owners-pipelines
**/selinux/ @centreon/owners-pipelines
**/project/ @centreon/owners-pipelines
**/packaging/ @centreon/owners-pipelines
dependencies/** @centreon/owners-pipelines
.coderabbit.yml @centreon/owners-pipelines
**/config/features.json @centreon/release-management
**/tests/rest_api/** @centreon/owners-api-testing