We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548432e commit 0a6b84eCopy full SHA for 0a6b84e
CODEOWNERS
@@ -0,0 +1,17 @@
1
+# CODEOWNERS for autoreview assigning in github
2
+
3
+# https://help.github.com/en/articles/about-code-owners#codeowners-syntax
4
5
+# Order is important; for each modified file, the last matching
6
+# pattern takes the most precedence.
7
+# That is, with the last pattern being
8
+# *.rst @nashif
9
+# if only .rst files are being modified, only nashif is
10
+# automatically requested for review, but you can manually
11
+# add others as needed.
12
13
+# Do not use wildcard on all source yet
14
+# * @galak @nashif
15
16
+/* @johnlange2 @ryanhagen-tmo @eniolaodufuwa-tmo @jtbaumann @DRuffer-tmo @jayrickard-tmo @joebairdtmo @atrowbr2-tmo @kimmansfield @wtucker6
17
+/.github/workflows/ @ryanhagen-tmo @eniolaodufuwa-tmo
0 commit comments