infra: Adding autolabeler configuration.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2018-02-28 14:43:15 -08:00
parent 7be3dab337
commit 6602ae7399
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"]