From eee58fd1dde6f7db777a3eb221623e5d793c11ba Mon Sep 17 00:00:00 2001 From: SGudla Date: Wed, 22 Jan 2025 19:56:53 +0530 Subject: [PATCH] Add CODEOWNERS to repository Add codeowners to add reviewers automatically for Pull Requests Signed-off-by: SGudla --- .github/CODEOWNERS | 11 +++++++++++ .gitignore | 1 - 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..e642b8078 --- /dev/null +++ b/.github/CODEOWNERS @@ -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: + + +##### Global code owners (for whole files from repo) ##### +* saikiran.gudla@analog.com janani.sunil@analog.com disha.d@analog.com gururajendra.prasad@analog.com \ No newline at end of file diff --git a/.gitignore b/.gitignore index 6100beb09..ee62c0b06 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,6 @@ libraries/stm32_lvgl/lv_port_stm32f769_disco mbed_app_json BUILD Visual* -Code* .gitattributes .vs/ *.sln