mirror of https://github.com/openXC7/prjxray.git
Merge pull request #107 from mithro/autolabeler
infra: Adding autolabeler configuration.
This commit is contained in:
commit
ad182f6a71
|
|
@ -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