mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00

Remove my work account from code owners, but leave my personal account (Geod24) here, so I don't get notified twice.
38 lines
1.3 KiB
Text
38 lines
1.3 KiB
Text
# See also:
|
|
# - https://github.com/blog/2392-introducing-code-owners
|
|
# - https://help.github.com/articles/about-codeowners/
|
|
|
|
# Each line is a file pattern followed by one or more owners (sorted alphabetically).
|
|
# Please feel free to add yourself to a module or create a new mapping.
|
|
# Ideally each module should have two or more owners.
|
|
|
|
# Code owners are automatically requested for review
|
|
# when someone opens a pull request that modifies code that they own.
|
|
# Later matches take precedence.
|
|
|
|
src/dmd/access.d @MartinNowak
|
|
src/dmd/astbase* @RazvanN7
|
|
src/dmd/astcodegen.d @RazvanN7
|
|
src/dmd/asttypename.d @UplinkCoder
|
|
src/dmd/builtin.d @klickvebot @WalterBright
|
|
src/dmd/cond.d @Geod24
|
|
src/dmd/console.d @CyberShadow
|
|
src/dmd/cppmangle.d @ibuclaw
|
|
src/dmd/ctfeexpr.d @UplinkCoder
|
|
src/dmd/doc.d @andralex @jacob-carlborg
|
|
src/dmd/hdrgen.d @UplinkCoder @WalterBright
|
|
src/dmd/mars.d @MartinNowak @Geod24 @rainers @UplinkCoder @WalterBright
|
|
src/dmd/objc* @jacob-carlborg
|
|
src/dmd/permissivevisitor.d @RazvanN7
|
|
src/dmd/target.d @ibuclaw @MartinNowak
|
|
src/dmd/transitivevisitor.d @RazvanN7
|
|
src/dmd/vcbuild @rainers
|
|
|
|
# GitHub's implementation of the CODEOWNERS format is buggy, it doesn't allow src/dmd/*.h
|
|
*.h @ibuclaw @kinke @klickverbot
|
|
|
|
# CI & automation
|
|
posix.mak @MartinNowak @wilzbach
|
|
src/posix.mak @MartinNowak @wilzbach
|
|
circle.sh @MartinNowak @wilzbach
|
|
travis.sh @MartinNowak @wilzbach
|