Create CODEOWNERS#137
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 337645eca2
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| @@ -0,0 +1 @@ | |||
| @yubofredwang @cicirori @Dogacel | |||
There was a problem hiding this comment.
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 👍 / 👎.
No description provided.