https://github.com/python/cpython/commit/df85bb37b6d8a474eaa2168bff0834d81df6996c commit: df85bb37b6d8a474eaa2168bff0834d81df6996c branch: main author: Stan Ulbrych <[email protected]> committer: hugovk <[email protected]> date: 2025-04-19T16:34:40+03:00 summary:
Exclude `.mailmap` in Codeowners (#132722) Co-authored-by: Hugo van Kemenade <[email protected]> files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 45d06317c265be..9ed65d5262a3ff 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -167,6 +167,9 @@ Include/internal/pycore_time.h @pganssle @abalkin **/*imap* @python/email-team **/*poplib* @python/email-team +# Exclude .mailmap from being owned by @python/email-team +/.mailmap + # Garbage collector /Modules/gcmodule.c @pablogsal /Doc/library/gc.rst @pablogsal _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
