mirror of
https://github.com/bitwarden/android.git
synced 2026-05-26 22:37:18 -05:00
33 lines
718 B
JSON
33 lines
718 B
JSON
{
|
|
"title_patterns": {
|
|
"t:feature": ["feat", "feature", "tool"],
|
|
"t:bug": ["fix", "bug", "bugfix"],
|
|
"t:tech-debt": ["refactor", "chore", "cleanup", "revert", "debt", "test", "perf"],
|
|
"t:docs": ["docs"],
|
|
"t:ci": ["ci", "build", "chore(ci)"],
|
|
"t:deps": ["deps"],
|
|
"t:breaking-change": ["breaking", "breaking-change"],
|
|
"t:misc": ["misc"],
|
|
"t:llm": ["llm"]
|
|
},
|
|
"path_patterns": {
|
|
"app:shared": [
|
|
"annotation/",
|
|
"core/",
|
|
"data/",
|
|
"network/",
|
|
"ui/",
|
|
"authenticatorbridge/",
|
|
"gradle/"
|
|
],
|
|
"app:password-manager": [
|
|
"app/",
|
|
"cxf/",
|
|
"testharness/"
|
|
],
|
|
"app:authenticator": [
|
|
"authenticator/"
|
|
]
|
|
}
|
|
}
|