Skip to content

Commit 699296f

Browse files
authored
chore: add CODEOWNERS file for stdlib (#23519)
Until `3.8.0`, and because we are pinning the files for the scala 3 lib, we add a `CODEOWNERS` so that GitHub can notify us in case a PR changes the stdlib. This way, we can make sure that the PR doesn't go against the spirit of pinning the files and that its intentions are actually fulfilled. [skip ci]
2 parents 561a663 + 9000189 commit 699296f

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+
# Any changes to the Scala 3 Standard Library must be approve
2+
# by one of the officers responsible of maintaining it
3+
/library/ @scala/stdlib-officers
4+
/library-aux/ @scala/stdlib-officers

0 commit comments

Comments
 (0)