1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-09-07 22:02:22 +00:00
log4j-affected-db/.github/CODEOWNERS
Nicholas McDonnell 0d55714fd0
Add new CODEOWNERS directive
Add a directive for the automated update configuration that is stored
in the config/ directory.
2022-02-28 11:19:55 -05:00

16 lines
609 B
Text

# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in the
# repo. Unless a later match takes precedence, these owners will be
# requested for review when someone opens a pull request.
* @iainDe @justmurphy @Lcerkov
# These folks own the automated list update configuration.
/config/ @mcdonnnj
# These folks own any dot-files in the repository.
.* @dav3r @felddy @jsf9k @mcdonnnj
# These folks own any files in the .github directory at the root of
# the repository and any of its subdirectories.
/.github/ @dav3r @felddy @jsf9k @mcdonnnj