Skip to content

Commit aacb56b

Browse files
authored
Revise CODEOWNERS for branch management and ownership
Updated CODEOWNERS to reflect new branch management guidelines and removed specific owner assignments for certain directories.
1 parent dcb3468 commit aacb56b

1 file changed

Lines changed: 10 additions & 15 deletions

File tree

.github/CODEOWNERS

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,14 @@
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-
# Owner of anything in SwiftSyntax not owned by anyone else.
11-
* @ahoppen @hamishknight @rintaro @hborla
10+
# The main branch is now in convergence, which means major changes, such as
11+
# large refactoring or new features, should be avoided. This strategy is
12+
# intended to maintain the stability of the Swift 6.4 release leading up to
13+
# the May 4th branch. For any work that requires broad changes or introduces
14+
# new features, create a feature branch and open a draft pull request.
15+
# All updates to the swiftlang/swift repository’s main branch require
16+
# approval from the release managers. A pull request targeting swiftlang/swift
17+
# will automatically add release managers. You can also contact them
18+
# via @release-managers in the forum group.
1219

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
20+
* @swiftlang/swift-branch-managers

0 commit comments

Comments
 (0)