Skip to content

Commit c248b60

Browse files
authored
Add CODEOWNERS (#7)
* Add CODEOWNERS * fix syntax
1 parent a982750 commit c248b60

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/CODEOWNERS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Lines starting with '#' are comments.
2+
3+
# Each line is a file pattern followed by one or more owners.
4+
5+
# More details are here: https://help.github.com/articles/about-codeowners/
6+
7+
# The '\*' pattern is global owners.
8+
9+
# Order is important. The last matching pattern has the most precedence.
10+
11+
# The folders are ordered as follows:
12+
13+
# In each subsection folders are ordered first by depth, then alphabetically.
14+
15+
# This should make it easy to add new rules without breaking existing ones.
16+
17+
* @grafana/aws-plugins

0 commit comments

Comments
 (0)