Skip to content

Commit 6c18956

Browse files
committed
Try out codeowners
I just learned about this feature. We can apparently default who to delegate review to. https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners > Code owners are automatically requested for review when someone opens a pull request that modifies code that they own.
1 parent 2c87233 commit 6c18956

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* @readthedocs/backend
2+
*.js @readthedocs/frontend
3+
*.css @readthedocs/frontend
4+
*.less @readthedocs/frontend

0 commit comments

Comments
 (0)