Skip to content

Commit 855bf12

Browse files
committed
Move and activate CODEOWNERS (#632)
Moves CODEOWNERS from the repo root to .github/ and replaces the fully-commented-out file with an active configuration using @react-ui-org/maintainers as the default team.
1 parent 905bd4f commit 855bf12

3 files changed

Lines changed: 23 additions & 27 deletions

File tree

.github/CODEOWNERS

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Default owners for code review
2+
* @react-ui-org/maintainers
3+
4+
# Protect against unauthorized changes
5+
/.github/CODEOWNERS @react-ui-org/maintainers
6+
7+
# Soft gates — any team member can review, but relevant expert is notified
8+
9+
# Infrastructure & build tooling
10+
/docker/ @bedrich-schindler @mbohal @react-ui-org/maintainers
11+
/docker-compose.yml @bedrich-schindler @mbohal @react-ui-org/maintainers
12+
/webpack.config.babel.js @bedrich-schindler @mbohal @react-ui-org/maintainers
13+
/babel.config.js @bedrich-schindler @mbohal @react-ui-org/maintainers
14+
/jest.config.js @bedrich-schindler @mbohal @react-ui-org/maintainers
15+
/.eslintrc @bedrich-schindler @mbohal @react-ui-org/maintainers
16+
17+
# Docs, styles & style tooling
18+
*.md @adamkudrna @react-ui-org/maintainers
19+
/postcss.config.js @adamkudrna @react-ui-org/maintainers
20+
/src/docs/ @adamkudrna @react-ui-org/maintainers
21+
/src/styles/ @adamkudrna @react-ui-org/maintainers
22+
/src/theme.scss @adamkudrna @react-ui-org/maintainers
23+
/stylelint.config.js @adamkudrna @react-ui-org/maintainers

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
.gitignore
1919
.markdownlint.jsonc
2020
babel.config.js
21-
CODEOWNERS
2221
docker-compose.yml
2322
jest.config.js
2423
mkdocs.yml

CODEOWNERS

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)