Skip to content

Change code owners for 6.2 to release managers #3051

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 2 additions & 25 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,25 +1,2 @@
# This file is a list of the people responsible for ensuring that patches for a
# particular part of SwiftSyntax are reviewed, either by themselves or by
# someone else. They are also the gatekeepers for their part of Swift, with the
# final word on what goes in or not.

# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# Order is important. The last matching pattern has the most precedence.

# Owner of anything in SwiftSyntax not owned by anyone else.
* @ahoppen @bnbarham

# Macros
/Sources/SwiftSyntaxMacros @DougGregor
/Tests/SwiftSyntaxMacrosTest @DougGregor

# SwiftOperators
/Sources/SwiftOperators @DougGregor
/Tests/SwiftOperatorsTest @DougGregor

/utils/bazel @keith
*.bazel @keith
WORKSPACE @keith
.bazelrc @keith
.bazelversion @keith
# For the release branch @swiftlang/swift-branch-managers needs to approve the changes
* @swiftlang/swift-branch-managers