Skip to content

Commit 8b21dbf

Browse files
authored
Merge pull request #1209 from ahoppen/ahoppen/doug-codeowner
Make Doug code owner of macros and Swift operators
2 parents 72d58c7 + e436aa2 commit 8b21dbf

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)