Skip to content

Commit e3954cd

Browse files
committed
Update CODEOWNERS
1 parent e8535f4 commit e3954cd

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

CODEOWNERS

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1-
# This file is a list of the people responsible for ensuring that patches for a
2-
# particular part of Swift are reviewed, either by themselves or by someone else.
3-
# They are also the gatekeepers for their part of Swift, with the final word on
4-
# what goes in or not.
1+
# Lines starting with '#' are comments.
2+
# Each line is a case-sensitive file pattern followed by one or more owners.
3+
# Order is important. The last matching pattern has the most precedence.
4+
# More information: https://docs.github.com/en/articles/about-code-owners
55
#
6-
# The list is sorted by surname and formatted to allow easy grepping and
7-
# beautification by scripts. The fields are: name (N), email (E), web-address
8-
# (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
9-
# (S).
6+
# Please mirror the repository's file hierarchy in case-sensitive lexicographic
7+
# order.
108

11-
# N: Karoy Lorentey
12-
13-
# D: Everything in swift-collections not covered by someone else
9+
# Default owners
10+
* @lorentey
1411

15-
###
16-
17-
# The following lines are used by GitHub to automatically recommend reviewers.
18-
19-
* @lorentey
12+
# Swift CI configuration files
13+
.swiftci/ @shahmishal

0 commit comments

Comments
 (0)