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: SGudla <[email protected]>
  • Loading branch information
SaikiranGudla committed Jan 23, 2025
1 parent 866392e commit eee58fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This file contains code owners for Precision Converters Firmware Pull Requests to main.
# Code owners are added automatically as reviewers. All PRs open against
# main will require approval of at least two code owners.
#
# 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: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ libraries/stm32_lvgl/lv_port_stm32f769_disco
mbed_app_json
BUILD
Visual*
Code*
.gitattributes
.vs/
*.sln
Expand Down

0 comments on commit eee58fd

Please sign in to comment.