-
Notifications
You must be signed in to change notification settings - Fork 200
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
add more code owners #711
add more code owners #711
Conversation
Dependency Review✅ No vulnerabilities or license issues found.Scanned Manifest Files |
@kevinintel @hshen14 This PR has errors as noted by GitHub: We also need a default entry to catch files in directories not mentioned, including all the files in the root such as README.md, docker_images_list.md, supported_examples.md.
|
will grant the permission |
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.
@ftian1 @kevinintel @hshen14 @lvliang-intel GitHub is complaining that this CODEOWNERS file contains errors.
Also, by putting /*/ at the end of the CODEOWNERS, it will assign [email protected] as the owner of all directories (last matching pattern wins). You should put this at the top of the file. We're also missing a pattern for files in the repo root (e.g, for README.md, docker_images_list.md, pyproject.toml, etc.)
* add more code owners * add owner * remove comma * add owner
* add more code owners * add owner * remove comma * add owner
Description
Add more code owners
Issues
n/a
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
n/a
Tests
n/a