File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ==============================================================================
2
+ # This is the global GitHub code owners file for the SqlClient repo. No other
3
+ # CODEOWNERS files should exist in the repo.
4
+ #
5
+ # Code owners documentation is here:
6
+ #
7
+ # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
8
+
9
+ # The entire repo is owned by the SqlClientDevTeam GitHub team:
10
+ #
11
+ # https://github.com/orgs/dotnet/teams/sqlclientdevteam
12
+ #
13
+ # This team must be configured with write access to the repo for code ownership
14
+ # rules to apply.
15
+ #
16
+ # The main branch should also be protected and require all PRs to be approved
17
+ # by owners. See:
18
+ #
19
+ # https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches#require-pull-request-reviews-before-merging
20
+ #
21
+ # There should be no other owners specified in the repo.
22
+ #
23
+ * @ dotnet/sqlclientdevteam
24
+
25
+ # ==============================================================================
You can’t perform that action at this time.
0 commit comments