Merge pull request #107 from mithro/autolabeler

infra: Adding autolabeler configuration.
This commit is contained in:
Tim Ansell 2018-02-28 14:55:49 -08:00 committed by GitHub
commit ad182f6a71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
.github/autolabeler.yml vendored Normal file
View File

@ -0,0 +1,10 @@
# Types of things
fuzzers: ["fuzzers"]
minitests: ["minitests"]
experiments: ["experiments"]
docs: ["docs", "*.md", "COPYING"]
infra: [".travis", ".travis.yml", ".github", "Docker*", ".gcloud*", ".style.yapf", "vagrant", "cloudbuild.*", "download-latest-db.sh"]
tools: ["tools", "utils", "htmlgen"]
third-party: ["third_party", ".gitmodules"]