CODEOWNERS 1.0 KB

123456789101112131415161718192021222324
  1. # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. # Exceptions. See /LICENSE for license information.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. # This file is only used for PR autoassignment. Branch protections don't enforce
  5. # it.
  6. #
  7. # Syntax:
  8. # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax
  9. # Toolchain reviewers are used as a fallback.
  10. * @carbon-language/toolchain-reviewers
  11. # Key project documents should be reviewed by leads.
  12. /*.md @carbon-language/leads
  13. /LICENSE @carbon-language/leads
  14. /docs/project/evolution.md @carbon-language/leads
  15. /docs/project/goals.md @carbon-language/leads
  16. /docs/project/principles/* @carbon-language/leads
  17. /docs/project/roadmap.md @carbon-language/leads
  18. /proposals/*.md @carbon-language/leads
  19. # Toolchain code.
  20. /toolchain @carbon-language/toolchain-reviewers