Fixing the autolabeler configuration.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2019-02-08 16:09:50 +11:00
parent d58cb49121
commit f358b1466f
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"]