Skip to content

Commit d54cb30

Browse files
committed
do not use globs
1 parent 2bb26b3 commit d54cb30

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

.github/CODEOWNERS

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
# https://help.github.com/articles/about-codeowners/
2-
# Order is important. The last matching pattern has the most precedence.
1+
# Order is important. The LAST matching pattern has the MOST precedence.
2+
# gitignore style patterns are used, not globs.
3+
# https://help.github.com/articles/about-codeowners
4+
# https://git-scm.com/docs/gitignore
35

46
# Everything that falls through the cracks:
57
* @electron/reviewers
68

7-
**browser_view** @electron/browserview
8-
**notification** @electron/notifications
9-
**pdf** @electron/printing
10-
**printing** @electron/printing
11-
**updater** @electron/updater
9+
# filename patterns
10+
*browser_view* @electron/browserview
11+
*notification* @electron/notifications
12+
*pdf* @electron/printing
13+
*printing* @electron/printing
14+
*updater* @electron/updater
1215

13-
default_app/** @electron/docs
14-
docs/** @electron/docs
15-
docs-translations/** @electron/i18n
16-
npm/** @electron/hubbers
16+
# directories
17+
/default_app/ @electron/docs
18+
/docs/ @electron/docs
19+
/docs-translations/ @electron/i18n
20+
/npm/ @electron/hubbers

0 commit comments

Comments
 (0)