Skip to content

Commit 87e0d20

Browse files
authored
chore: move CODEOWNERS to repository root (#561)
GitHub supports CODEOWNERS in the repo root, docs/, or .github/. Moving it to the root makes it more discoverable for contributors. Signed-off-by: Major Hayden <major@redhat.com>
1 parent f925614 commit 87e0d20

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/CODEOWNERS renamed to CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
# are either a member or well-known contributor. Just
1111
# submit a PR to add yourself
1212

13+
# For GitLab mirror. This must be first since CODEOWNERS is
14+
# last-match-wins and the specific rules below need to take
15+
# precedence.
16+
* @rhel-lightspeed
17+
1318
# CLA codebase itself
1419
command_line_assistant/ @rhel-lightspeed/developers
1520
.github/ @rhel-lightspeed/developers

0 commit comments

Comments
 (0)