-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add codeowners to add reviewers automatically for Pull Requests Signed-off-by: RibhuDP <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# This file contains code owners for Precision Toolbox Pull Requests to main. | ||
# Code owners are added automatically as reviewers. All PRs open against | ||
# main will require approval of at least one code owner. | ||
# | ||
# More general documentation about code owners can be found here: | ||
# https://github.blog/2017-07-06-introducing-code-owners/ | ||
|
||
# CODEOWNERS file format: <pattern> + <mail address of one or more owners> | ||
|
||
##### Global code owners (for whole files from repo) ##### | ||
* [email protected] [email protected] [email protected] [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.github/CODEOWNERS |