mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 20:20:10 +01:00
This disables the autoassign action so that the codeowners approach can be tested without interference. Trying this out because it might be a path for vacation handling. See [GitHub docs](https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team) and [#infra](https://discord.com/channels/655572317891461132/707150492370862090/1422985757311635620) --------- Co-authored-by: Dana Jansens <danakj@orodu.net>
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
|
|
# Exceptions. See /LICENSE for license information.
|
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
# This file is only used for PR autoassignment. Branch protections don't enforce
|
|
# it.
|
|
#
|
|
# Syntax:
|
|
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax
|
|
|
|
# Toolchain reviewers are used as a fallback.
|
|
* @carbon-language/toolchain-reviewers
|
|
|
|
# Key project documents should be reviewed by leads.
|
|
/*.md @carbon-language/leads
|
|
/LICENSE @carbon-language/leads
|
|
/docs/project/evolution.md @carbon-language/leads
|
|
/docs/project/goals.md @carbon-language/leads
|
|
/docs/project/principles/* @carbon-language/leads
|
|
/docs/project/roadmap.md @carbon-language/leads
|
|
/proposals/*.md @carbon-language/leads
|
|
|
|
# Toolchain code.
|
|
/toolchain @carbon-language/toolchain-reviewers
|