mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Exclude .mailmap
in Codeowners (#132722)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
5b06d2ceca
commit
df85bb37b6
1 changed files with 3 additions and 0 deletions
3
.github/CODEOWNERS
vendored
3
.github/CODEOWNERS
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue