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

This commit is contained in:
Ezio Melotti 2022-10-08 09:11:38 +02:00 committed by GitHub
parent 296313002f
commit 531ffaa7cd
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 @gvanrossum