From 6602ae7399c557e879293f171add76be033ffbf9 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Wed, 28 Feb 2018 14:43:15 -0800 Subject: [PATCH] infra: Adding autolabeler configuration. Signed-off-by: Tim 'mithro' Ansell --- .github/autolabeler.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/autolabeler.yml diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml new file mode 100644 index 00000000..f8dc0b97 --- /dev/null +++ b/.github/autolabeler.yml @@ -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"]