chore: Update label patterns

- add missing oem label
- improve pattern to allow multiple scopes
This commit is contained in:
Eberhard Beilharz 2021-01-08 15:52:31 +01:00
parent 8b3ac38b33
commit 89b4bba981
No known key found for this signature in database
GPG key ID: 64A39A9E98B53105

18
.github/labeler.yml vendored
View file

@ -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.*\):'