Skip to content

Commit

Permalink
Add CODEOWNERS to repository
Browse files Browse the repository at this point in the history
Add codeowners to add reviewers automatically for Pull Requests

Signed-off-by: RibhuDP <[email protected]>
  • Loading branch information
ribdp committed Feb 20, 2024
1 parent 7ea4c14 commit 89ecb97
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
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]
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.github/CODEOWNERS

0 comments on commit 89ecb97

Please sign in to comment.