Skip to content

Commit 6b4f51e

Browse files
authored
Create CODEOWNER file for python.props file (#6725)
* Create CODEOWNER * nit; renaming to CODEOWNERS More info [here](https://github.blog/2017-07-06-introducing-code-owners/)
1 parent 497bd19 commit 6b4f51e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CODEOWNERS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# See https://help.github.com/articles/about-codeowners/
2+
# for more info about CODEOWNERS file
3+
#
4+
# It uses the same pattern rule for gitignore file
5+
# https://git-scm.com/docs/gitignore#_pattern_format
6+
#
7+
8+
9+
# Adding codeowner for Python specific files such that GitHub automatically adds python folks as a reviewer.
10+
build/python.props @vrdmr @Hazhzeng

0 commit comments

Comments
 (0)