mirror of https://github.com/openXC7/prjxray.git
infra: Adding autolabeler configuration.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
7be3dab337
commit
6602ae7399
|
|
@ -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"]
|
||||
Loading…
Reference in New Issue