mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-05 05:17:00 +03:00
16c0d375d6
* CODEOWNERS: Simplify maintainers .github/workflows/* CODEOWNERS are effectively maintainers, but with the current configuration, they are not being automatically tagged for review for other file changes. Here we simplify to `*`, in preparation for adding additional maintainers. (Maintainers have also been alpha-sorted.) Signed-off-by: Stephen Augustus <foo@auggie.dev> * CODEOWNERS: Add Stephen Augustus (justaugustus) as maintainer Signed-off-by: Stephen Augustus <foo@auggie.dev>
16 lines
767 B
Plaintext
16 lines
767 B
Plaintext
# CODEOWNERS reference: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
|
|
|
|
# These owners will be the default owners for everything in
|
|
# the repo. Unless a later match takes precedence,
|
|
# the following users/teams will be requested for
|
|
# review when someone opens a pull request.
|
|
# TODO(owners): For ease of management, this should eventually shift to a
|
|
# defined GitHub team instead of individual usernames
|
|
* @azeemshaikh38 @inferno-chromium @justaugustus @laurentsimon @naveensrinivasan
|
|
|
|
# Docs
|
|
# TODO(owners): For ease of management, this should eventually shift to a
|
|
# defined GitHub team instead of individual usernames
|
|
*.md @olivekl
|
|
/docs/ @olivekl
|