Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Default owners for code review
* @react-ui-org/maintainers

# Protect against unauthorized changes
/.github/CODEOWNERS @react-ui-org/maintainers

# Hard gates — specific approval required regardless of availability

# Infra & build tooling
/docker/ @bedrich-schindler @mbohal
/docker-compose.yml @bedrich-schindler @mbohal
/webpack.config.babel.js @bedrich-schindler @mbohal
/babel.config.js @bedrich-schindler @mbohal
/jest.config.js @bedrich-schindler @mbohal
/.eslintrc @bedrich-schindler @mbohal

# Styles & style tooling
/src/theme.scss @adamkudrna
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don' t think we can depend on a single person ever. Last time @adamkudrna went for a vacation and we needed the merge critically.

As it is, sooner or later this will lead to disabling the codeowners functionality again.

Would you consider changing the hard gates to soft gates?

(Honestly I don't think we really need it at all in a team so small)

/stylelint.config.js @adamkudrna
/postcss.config.js @adamkudrna

# Soft gates — any team member can review, but relevant expert is notified
*.md @adamkudrna @react-ui-org/maintainers
/src/docs/ @adamkudrna @react-ui-org/maintainers
/src/styles/ @adamkudrna @react-ui-org/maintainers
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
.gitignore
.markdownlint.jsonc
babel.config.js
CODEOWNERS
docker-compose.yml
jest.config.js
mkdocs.yml
Expand Down
26 changes: 0 additions & 26 deletions CODEOWNERS

This file was deleted.

Loading