]> 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:01:42 +0000 (01:01 -0700)
committerGitHub <noreply@github.com>
Sat, 8 Oct 2022 08:01:42 +0000 (01:01 -0700)
(cherry picked from commit 531ffaa7cdc58c5df2abe505803394dbd5293602)

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

index 0aea3983fa600d2a0017cb520f6ca8a80b769e82..227fd2bc7702d1890cd0e37f5f30fc948db0347d 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