Skip to content

Commit 7e01c68

Browse files
author
Kai Hudalla
committed
Define GitHub code owners.
Code owners automatically get requests to review PRs if the PR affects certain areas of the code they are responsible for. This is the initial definition based on the discussion we had on the mailing list. Signed-off-by: Kai Hudalla <[email protected]>
1 parent 59da606 commit 7e01c68

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CODEOWNERS

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
* @sophokles73
2+
3+
/deploy/ @dejanb
4+
/deploy/src/main/deploy/openshift/ @ctron
5+
6+
/adapters/http-vertx/ @ctron
7+
/adapters/http-vertx-base/ @ctron
8+
/adapters/mqtt-vertx/ @ctron
9+
/adapters/mqtt-vertx-base/ @ctron
10+
11+
/service-base/ @dejanb
12+
/services/ @dejanb
13+
/services/device-registry/ @ctron

0 commit comments

Comments
 (0)