Skip to content

Commit 7a60f56

Browse files
committed
chore: add default codeowners
1 parent 225a8f4 commit 7a60f56

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ patterns:
1919
- files:
2020
- .markdownlintrc
2121
- .github/renovate.json
22+
- .github/CODEOWNERS
2223
template:
2324
organization:
2425
name: "DevOps Roast"

0 commit comments

Comments
 (0)