9 lines
393 B
Plaintext
9 lines
393 B
Plaintext
# See https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
|
|
# These owners will be the default owners for everything in the repo. Unless a later match takes precedence, @jph00 will
|
|
# be requested for review when someone opens a pull request.
|
|
|
|
* @jph00
|
|
|
|
# This is the folder GitHub Actions are located in
|
|
.github/workflows @hamelsmu
|