mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 06:07:40 +00:00
chore: Update label patterns
- add missing oem label - improve pattern to allow multiple scopes
This commit is contained in:
parent
8b3ac38b33
commit
89b4bba981
1 changed files with 10 additions and 8 deletions
18
.github/labeler.yml
vendored
18
.github/labeler.yml
vendored
|
|
@ -112,18 +112,20 @@ labels:
|
|||
- '^auto(\(|:)'
|
||||
# Below are the scopes that we look for in the PR title
|
||||
'android/':
|
||||
- '^.*\(android\):'
|
||||
- '\(.*android.*\):'
|
||||
'common/':
|
||||
- '^.*\(common(/|\)):'
|
||||
- '\(.*common.*\):'
|
||||
'developer/':
|
||||
- '^.*\(developer\):'
|
||||
- '\(.*developer.*\):'
|
||||
'ios/':
|
||||
- '^.*\(ios\):'
|
||||
- '\(.*ios.*\):'
|
||||
'linux/':
|
||||
- '^.*\(linux\):'
|
||||
- '\(.*linux.*\):'
|
||||
'mac/':
|
||||
- '^.*\(mac\):'
|
||||
- '\(.*mac.*\):'
|
||||
'oem/':
|
||||
- '\(.*oem.*\):'
|
||||
'web/':
|
||||
- '^.*\(web\):'
|
||||
- '\(.*web.*\):'
|
||||
'windows/':
|
||||
- '^.*\(windows\):'
|
||||
- '\(.*windows.*\):'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue