diff --git a/CODEOWNERS b/CODEOWNERS index 939faea0f..ffdd2d08f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,8 +2,8 @@ # Learn more here: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners # recursively assign all markdown files to @symbolpunk -# **/*.md @symbolpunk -# **/*.mdx @symbolpunk +**/*.md @symbolpunk +**/*.mdx @symbolpunk # assign ownership of `sidebars.js` to @symbolpunk -# ./website/sidebars.js @symbolpunk \ No newline at end of file +./website/sidebars.js @symbolpunk \ No newline at end of file