mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-13 01:25:07 +03:00
b15b47aec3
Individual maintainer assignments within CODEOWNERS mean that we cannot take advantage of GitHub code review distribution schemes for team review assignments. In this commit, we switch to team assignments within CODEOWNERS. A common complaint with this approach is that unless you are a part of the GitHub organization, you will not be able to view a team's membership/understand who the maintainers of a project are. To provide visibility into the maintainer list, we've added a MAINTAINERS.md here as well. Signed-off-by: Stephen Augustus <foo@auggie.dev>
12 lines
478 B
Plaintext
12 lines
478 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.
|
|
* @ossf/scorecard-maintainers
|
|
|
|
# Docs
|
|
*.md @ossf/scorecard-doc-maintainers
|
|
/docs/ @ossf/scorecard-doc-maintainers
|