-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
CODEOWNERS
Validating CODEOWNERS rules...
35 lines (22 loc) · 1.03 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
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#
# We are always looking for more maintainers! Please submit a couple PRs in an
# area and then submit a PR to add yourself to this file :).
#
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @weitzman @greg-1-anderson
/src/Commands/config/ @bircher
/src/Commands/core/MigrateRunnerCommands.php @claudiu-cristea
/src/Drupal/Migrate/ @claudiu-cristea
/src/Commands/field/ @DieterHolvoet
/src/Commands/core/RunServerCommands.php @grugnog
/includes/batch.inc @jonhattan
/src/Commands/core/BatchCommands.php @jonhattan
/src/Commands/core/CliCommands.php @damiankloip
/src/Psysh @damiankloip
/src/Commands/core/UpdateDBCommands.php @pfrenssen
/src/Commands/core/LocaleCommands.php @Sutharsan
/src/Commands/core/QueueCommands.php @davereid