]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add `@ezio-melotti` as codeowner for `.github/`. (#98079)
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 8 Oct 2022 07:11:38 +0000 (09:11 +0200)
committerGitHub <noreply@github.com>
Sat, 8 Oct 2022 07:11:38 +0000 (09:11 +0200)
.github/CODEOWNERS

index 2568560c074f64be16cb41d069b2bcf3db46d3e5..585589d6ce3bf7ad4c17375a924cc63898e3f9dc 100644 (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