]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add `@ezio-melotti` as codeowner for `.github/`. (GH-98079)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 8 Oct 2022 08:12:01 +0000 (01:12 -0700)
committerGitHub <noreply@github.com>
Sat, 8 Oct 2022 08:12:01 +0000 (01:12 -0700)
(cherry picked from commit 531ffaa7cdc58c5df2abe505803394dbd5293602)

Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
.github/CODEOWNERS

index 173b957b108c60e8ce03234770a5d0f0299b3e6f..3c4e8697f807bfcefd77b24637d0d5dc3bd2f0eb 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