Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
23 lines (18 sloc)
785 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Global approvers - only to be used as a last resort. | |
[email protected] #{LAST_RESORT_SUGGESTION} | |
[email protected] #{LAST_RESORT_SUGGESTION} | |
[email protected] #{LAST_RESORT_SUGGESTION} | |
[email protected] #{LAST_RESORT_SUGGESTION} | |
[email protected] #{LAST_RESORT_SUGGESTION} | |
[email protected] #{LAST_RESORT_SUGGESTION} | |
[email protected] #{LAST_RESORT_SUGGESTION} | |
# DEPS | |
per-file DEPS=file:/tools/OWNERS_ENG | |
# Changelog, AUTHORS, and .git* do not require approval. | |
per-file CHANGELOG.md,AUTHORS,.gitattributes,.gitconfig,.gitignore=* | |
# Product documentation | |
per-file CONTRIBUTING.md,LICENSE,PATENT_GRANT,README.*,SECURITY.md=file:/tools/OWNERS_PRODUCT | |
# Top level build files | |
per-file .clang-format,BUILD.gn,sdk_args.gni=file:/tools/OWNERS_VM | |
# Generated file | |
per-file .packages=* |