Skip to content

Commit e7a02d8

Browse files
committed
Change code owners for release/6.2 to branch managers
1 parent 340f840 commit e7a02d8

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,2 @@
1-
# This file is a list of the people responsible for ensuring that patches for a
2-
# particular part of SwiftSyntax are reviewed, either by themselves or by
3-
# someone else. They are also the gatekeepers for their part of Swift, with the
4-
# final word on what goes in or not.
5-
6-
# Lines starting with '#' are comments.
7-
# Each line is a file pattern followed by one or more owners.
8-
# Order is important. The last matching pattern has the most precedence.
9-
10-
# Owner of anything in SwiftSyntax not owned by anyone else.
11-
* @ahoppen @bnbarham
12-
13-
# Macros
14-
/Sources/SwiftSyntaxMacros @DougGregor
15-
/Tests/SwiftSyntaxMacrosTest @DougGregor
16-
17-
# SwiftOperators
18-
/Sources/SwiftOperators @DougGregor
19-
/Tests/SwiftOperatorsTest @DougGregor
20-
21-
/utils/bazel @keith
22-
*.bazel @keith
23-
WORKSPACE @keith
24-
.bazelrc @keith
25-
.bazelversion @keith
1+
# For the release branch @swiftlang/swift-branch-managers needs to approve the changes
2+
* @swiftlang/swift-branch-managers

0 commit comments

Comments
 (0)