Skip to content
Merged
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
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@yubofredwang @cicirori @Dogacel

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Add a file pattern before the owners

This CODEOWNERS entry is parsed with the first token as the path pattern, so @yubofredwang is treated as the pattern and only @cicirori/@Dogacel are owners for paths matching that literal name. Because the repository has no such path, this will not request reviews for normal files and also omits @yubofredwang as an owner; prefix the line with a pattern such as * if the intent is repo-wide ownership.

Useful? React with 👍 / 👎.

Loading