mirror of https://github.com/openXC7/prjxray.git
Fixing the autolabeler configuration.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
d58cb49121
commit
f358b1466f
|
|
@ -1,10 +1,8 @@
|
||||||
# Types of things
|
# Types of things
|
||||||
fuzzers: ["fuzzers"]
|
parts-fuzzers: ["fuzzers"]
|
||||||
minitests: ["minitests"]
|
parts-minitests: ["minitests"]
|
||||||
experiments: ["experiments"]
|
parts-experiments: ["experiments"]
|
||||||
|
parts-docs: ["docs", "*.md", "COPYING"]
|
||||||
docs: ["docs", "*.md", "COPYING"]
|
parts-infra: [".travis.yml", ".github", ".style.yapf", "vagrant", "download-latest-db.sh"]
|
||||||
infra: [".travis", ".travis.yml", ".github", "Docker*", ".gcloud*", ".style.yapf", "vagrant", "cloudbuild.*", "download-latest-db.sh"]
|
parts-tools: ["tools", "utils", "htmlgen"]
|
||||||
tools: ["tools", "utils", "htmlgen"]
|
parts-third-party: ["third_party", ".gitmodules"]
|
||||||
|
|
||||||
third-party: ["third_party", ".gitmodules"]
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue