Skip to content

Commit e436aa2

Browse files
committed
Make Doug code owner of macros and Swift operators
While doing this, also move CODEOWNERS to .github folder
1 parent 7c8540b commit e436aa2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CODEOWNERS renamed to .github/CODEOWNERS

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
# Each line is a file pattern followed by one or more owners.
88
# Order is important. The last matching pattern has the most precedence.
99

10+
# Macros
11+
Sources/_SwiftSyntaxMacros @DougGregor
12+
Tests/SwiftSyntaxMacrosTest @DougGregor
13+
14+
# SwiftOperators
15+
Sources/SwiftOperators @DougGregor
16+
Tests/SwiftOperatorsTest @DougGregor
17+
1018
# Owner of anything in SwiftSyntax not owned by anyone else.
11-
# N: Alex Hoppen
12-
1319
* @ahoppen

0 commit comments

Comments
 (0)