Merge pull request #627 from mithro/autolabeller-fix

Fixing the autolabeler configuration.
This commit is contained in:
Tim Ansell 2019-02-08 16:11:14 +11:00 committed by GitHub
commit 7d97c2c347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 9 deletions

View File

@ -1,10 +1,8 @@
# 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"]
parts-fuzzers: ["fuzzers"]
parts-minitests: ["minitests"]
parts-experiments: ["experiments"]
parts-docs: ["docs", "*.md", "COPYING"]
parts-infra: [".travis.yml", ".github", ".style.yapf", "vagrant", "download-latest-db.sh"]
parts-tools: ["tools", "utils", "htmlgen"]
parts-third-party: ["third_party", ".gitmodules"]