forked from BSData/wh40k-9e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
51 lines (43 loc) · 1.81 KB
/
CODEOWNERS
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
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# Order is important; the last matching pattern takes the most precedence.
# These owners will be the default owners for everything in the repo.
# Unless a later match takes precedence, @BSData/data-authors-wh40k
# will be requested for review when someone opens a pull request.
* @BSData/data-authors-wh40k
# # # # # # # # # # #
# Generic "owners" #
# # # # # # # # # # #
Aeldari* @FarseerVeraenthis
Chaos* @Mad-Spy
Imperium* @alphalas
Tyranids* @GenWilhelm
# # # # # # # # # # # # # # # # # # # # #
# Exceptions from globs and other stuff #
# # # # # # # # # # # # # # # # # # # # #
# Aeldari
*Drukhari.cat @WindstormSCR
*Harlequins.cat @WindstormSCR @FarseerVeraenthis
*Ynnari.cat @WindstormSCR @FarseerVeraenthis
# Imperium
*Adeptus\ Custodes.cat @WindstormSCR
*Adeptus\ Mechanicus.cat @Thairne
*Adeptus\ Titanicus.cat @DrTobogganMD
*Blood\ Angels.cat @alphalas
*Dark\ Angels.cat @Thairne
*Deathwatch.cat @acebaur
*Elucidian\ Starstriders.cat @GenWilhelm
*FW\ Adeptus\ Astartes.cat @WindstormSCR
*FW\ Death\ Korps\ of\ Krieg.cat @CrusherJoe @alphalas
*Grey\ Knights.cat @tekton
*Legion\ of\ the\ Damned.cat @alphalas
*Questor\ Imperialis.cat @DrTobogganMD
# Space Marines require 'Imperium' prefix/full name to prevent confusion with Chaos Space Marines
Imperium\ -\ Space\ Marines.cat @flakpanda @WindstormSCR
*Space\ Wolves.cat @CrusherJoe
# Other
Fallen.cat @Mad-Spy
Necrons.cat @DrTobogganMD
Orks.cat @tag8833
T?au\ Empire.cat @amis92
# the above question mark is a hack until GitHub fixes support for single quotes in CODEOWNERS