-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add CODEOWNERS file #31
feat: Add CODEOWNERS file #31
Conversation
@DhruvaG2000 Please accept the invitation to get in GitHub TI organization. Meanwhile, the PR is good for review & integration as GitHub is intelligent enough to auto detect |
@uditkumarti , @aniket-l please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I approve of this for now, though we should look into a more generic solution like:
https://github.com/dyladan/component-owners
At least until the following is addressed:
https://github.com/orgs/community/discussions/23042
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK From my side to merge
Add CODEOWNERS file to define individuals that are responsible for any code in the repository. Code owners will be automatically requested for review when someone opens a pull request that modifies any code in the repository. Signed-off-by: Chirag Shilwant <[email protected]>
4e8e106
to
8d596de
Compare
Add CODEOWNERS file to define individuals or teams that are responsible for code in a repository.
Code owners will be automatically requested for review when someone opens a pull request that modifies code that they own.
Fixes #8