Skip to content

Commit f9539c2

Browse files
author
Seungwon An
authored
Merge pull request #3 from seungwonme/pull-request
Pull request
2 parents fe6aa61 + 6c288ce commit f9539c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# CODEOWNERS로 코드 리뷰어 지정하기
22
* @seungwonme
33

4+
# python 파일은 @seungwonme, @python-owner를 리뷰어로 지정
5+
# 반드시 * 밑에 적어야 함 (*이 .py를 포함하는 모든 파일을 의미하기 때문에 덮어쓰임)
6+
*.py @seungwonme @python-owner
7+
48
# This is a comment.
59
# Each line is a file pattern followed by one or more owners.
610

0 commit comments

Comments
 (0)