Skip to content

Commit 7193599

Browse files
committed
chore(CODEOWNERS): Use usernames instead of groups
Use usernames instead of groups in the CODEOWNERS file to make the code owners more transparent to external contributors. This also solves the issue that when a team members picks up a review, it is indivudally assigned as a reviewer of the PR, and all other team members are removed from the reviewers list. While at it, remove some entries which have become redundant because new members were added to the kotlin-devs team in the meantime, and remove the entry for SW360 because the code has not been touched in a while. Signed-off-by: Martin Nonnenmacher <[email protected]>
1 parent da9c355 commit 7193599

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

.github/CODEOWNERS

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
# last matching pattern is used, see
33
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners#codeowners-syntax
44

5-
* @oss-review-toolkit/kotlin-devs
6-
*.md @oss-review-toolkit/core-devs
7-
/**/*Sw360* @oss-review-toolkit/kotlin-devs @bs-ondem @oheger-bosch
8-
/advisor/ @oss-review-toolkit/kotlin-devs @MarcelBochtler @oheger-bosch
9-
/clients/fossid-webapp/ @oss-review-toolkit/kotlin-devs @nnobelis
5+
# Members of @oss-review-toolkit/kotlin-devs.
6+
* @fviernau @MarcelBochtler @mnonnenmacher @nnobelis @oheger-bosch @sschuberth
7+
8+
# Members of @oss-review-toolkit/core-devs.
9+
*.md @fviernau @MarcelBochtler @mnonnenmacher @sschuberth @tsteenbe
10+
11+
# Owners of the web app reporter.
1012
/plugins/reporters/web-app-template/ @tsteenbe
11-
/spdx-utils/src/main/ @oss-review-toolkit/core-devs
12-
/LICENSE @oss-review-toolkit/core-devs
13+
14+
# Members of @oss-review-toolkit/core-devs.
15+
/spdx-utils/src/main/ @fviernau @MarcelBochtler @mnonnenmacher @sschuberth @tsteenbe
16+
17+
# Members of @oss-review-toolkit/core-devs.
18+
/LICENSE @fviernau @MarcelBochtler @mnonnenmacher @sschuberth @tsteenbe

0 commit comments

Comments
 (0)