Skip to content

Commit

Permalink
Fix precedence of code owners (#6)
Browse files Browse the repository at this point in the history
Later lines in a CODEOWNERS file take precedence over earlier lines.
Previously, we put the two code owners on separate lines with identical
wildcard patterns. This caused only the second code owner to be
requested for review. This update puts both code owners on the same
line, indicating co-ownership.
  • Loading branch information
gmgunter authored Dec 17, 2024
1 parent bcf05fe commit 00e68f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
* @nemo794
* @gmgunter
* @nemo794 @gmgunter

0 comments on commit 00e68f4

Please sign in to comment.