Add @ezio-melotti as codeowner for .github/. (GH-98079)

(cherry picked from commit 531ffaa7cd)

Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-10-08 01:01:42 -07:00 committed by GitHub
parent 9828ccb63b
commit bdc1087724
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.github/CODEOWNERS vendored
View file

@ -4,6 +4,9 @@
# It uses the same pattern rule for gitignore file
# https://git-scm.com/docs/gitignore#_pattern_format
# GitHub
.github/** @ezio-melotti
# asyncio
**/*asyncio* @1st1 @asvetlov