We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225a8f4 commit 7a60f56Copy full SHA for 7a60f56
.github/CODEOWNERS
@@ -0,0 +1,10 @@
1
+# https://help.github.com/articles/about-codeowners
2
+#
3
+# The owners below are the default reviewers for all files in this repository.
4
+# A more specific match later in the file will override this default.
5
6
+# Rule order matters: the last matching pattern takes precedence. For example,
7
+# if a pull request only changes files in `.github/workflows`, only the owners
8
+# specified for that path (and not the global owners) will be requested.
9
+
10
+* @shmileee
.github/files-sync-config.yaml
@@ -19,6 +19,7 @@ patterns:
19
- files:
20
- .markdownlintrc
21
- .github/renovate.json
22
+ - .github/CODEOWNERS
23
template:
24
organization:
25
name: "DevOps Roast"
0 commit comments