Skip to content

Commit 516ae7d

Browse files
authored
add global reviewer (#3889)
This PR adds a global catch all rule so the dotnet-docs team will be tagged for all PRs. That will prevent items from falling through the cracks.
1 parent e173e6a commit 516ae7d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
# More details are here: https://help.github.com/articles/about-codeowners/
55

66
# The '*' pattern is for global owners.
7-
# Not adding in this PR, but I'd like to try adding a global owner set with the entire team.
8-
# One interpretation of the GitHub docs is that global owners are added only if not removed
9-
# by a more local rule.
7+
8+
# This line tags the dotnet-docs team for review, so nothing falls through the cracks.
9+
10+
* @dotnet/docs
11+
1012

1113
# Order is important. The last matching pattern has the most precedence.
1214
# The folders are ordered as follows:

0 commit comments

Comments
 (0)