FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
content/.github/CODEOWNERS at main · jsoncode/content · GitHub
jsoncode
/
content
Public
forked from
mdn/content
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
content
/
.github
/
CODEOWNERS
Copy path
More file actions
More file actions
Latest commit
History
History
History
92 lines (77 loc) · 4.59 KB
Breadcrumbs
content
/
.github
/
CODEOWNERS
Copy path
File metadata and controls
92 lines (77 loc) · 4.59 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
#
----------------------------------------------------------------------------
#
MDN Content CODEOWNERS
#
----------------------------------------------------------------------------
#
Order is important. The last matching pattern takes precedence. For more
#
detailed information, see:
#
https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners
#
----------------------------------------------------------------------------
#
----------------------------------------------------------------------------
#
DEFAULT OWNERS
#
----------------------------------------------------------------------------
*
@
mdn/core-yari-dev
#
----------------------------------------------------------------------------
#
DEFAULT ENGLISH CONTENT OWNER(S)
#
----------------------------------------------------------------------------
/
files
/
en-us
/
@
mdn/core-yari-content
#
----------------------------------------------------------------------------
#
ENGLISH WEB ACCESSIBILITY CONTENT OWNER(S)
#
----------------------------------------------------------------------------
/
files
/
en-us
/
web
/
accessibility
/
@
mdn/yari-content-accessibility
#
----------------------------------------------------------------------------
#
DEFAULT ENGLISH LEARNING CONTENT OWNER(S)
#
----------------------------------------------------------------------------
/
files
/
en-us
/
learn
/
@
mdn/yari-content-learn
#
----------------------------------------------------------------------------
#
ENGLISH LEARNING CSS CONTENT OWNER(S)
#
----------------------------------------------------------------------------
/
files
/
en-us
/
learn
/
css
/
@
mdn/yari-content-learn-css
#
----------------------------------------------------------------------------
#
ENGLISH LEARNING SERVER-SIDE CONTENT OWNER(S)
#
----------------------------------------------------------------------------
/
files
/
en-us
/
learn
/
server-side
/
@
mdn/yari-content-learn-server-side
#
----------------------------------------------------------------------------
#
ENGLISH TOOLS CONTENT OWNER(S)
#
----------------------------------------------------------------------------
/
files
/
en-us
/
tools
/
@
mdn/yari-content-tools
#
----------------------------------------------------------------------------
#
ENGLISH MDN CONTENT OWNER(S)
#
----------------------------------------------------------------------------
/
files
/
en-us
/
mdn
/
@
mdn/yari-content-mdn
#
----------------------------------------------------------------------------
#
ENGLISH MOZILLA ADD-ONS CONTENT OWNER(S)
#
----------------------------------------------------------------------------
/
files
/
en-us
/
mozilla
/
add-ons
/
@
mdn/yari-content-mozilla-add-ons
#
----------------------------------------------------------------------------
#
ENGLISH WEB API CONTENT OWNER(S)
#
----------------------------------------------------------------------------
/
files
/
en-us
/
web
/
api
/
@
mdn/yari-content-web-api
#
----------------------------------------------------------------------------
#
ENGLISH CSS CONTENT OWNER(S)
#
----------------------------------------------------------------------------
/
files
/
en-us
/
web
/
css
/
@
mdn/yari-content-css
#
----------------------------------------------------------------------------
#
ENGLISH HTML CONTENT OWNER(S)
#
----------------------------------------------------------------------------
/
files
/
en-us
/
web
/
html
/
@
mdn/yari-content-html
#
----------------------------------------------------------------------------
#
ENGLISH HTTP CONTENT OWNER(S)
#
----------------------------------------------------------------------------
/
files
/
en-us
/
web
/
http
/
@
mdn/yari-content-http
#
----------------------------------------------------------------------------
#
ENGLISH JAVASCRIPT CONTENT OWNER(S)
#
----------------------------------------------------------------------------
/
files
/
en-us
/
web
/
javascript
/
@
mdn/yari-content-javascript
#
----------------------------------------------------------------------------
#
CONTROL FILES OWNER(S)
#
----------------------------------------------------------------------------
#
These should be the last matches in this file, since any pull request that
#
tries to change any one or more of these files should be escalated to the
#
owners specified here.
#
----------------------------------------------------------------------------
/
.github
/
@
mdn/core-yari-dev
/
*
@
mdn/core-yari-dev
/
*
.md
@
mdn/core-yari-dev
@
mdn/core-yari-content
#
These are @peterbe because the auto-merge GHA workflow will assign @peterbe,
#
and if we add another reviewer, the auto-merge will cease to be automatic.
/
package.json
@
peterbe
/
yarn.lock
@
peterbe
Back
|
FazBrowse Home
|
New Git URL