diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..827b6bb07 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# Documentation and examples for what this does: +# +# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners + +# This file is a list of rules, with the last rule being most specific +# All of the people (and only those people) from the matching rule will be notified + +# Default rule: anything that doesn't match a more specific rule goes here + +@dapr/maintainers-docs