ci: add exports pattern to codeowners

This commit is contained in:
Elliot DeNolf
2024-04-17 10:24:02 -04:00
parent abca45e152
commit abf0461d80

3
.github/CODEOWNERS vendored
View File

@@ -1,6 +1,7 @@
# Order matters. The last matching pattern takes precedence.
### Core ###
### Package Exports ###
/**/exports/ @denolfe @jmikrut
### Adapters ###
/packages/richtext-*/ @AlessioGr