exercism / sml

Exercism exercises in Standard ML.
https://exercism.org/tracks/sml
MIT License
26 stars 34 forks source link

🤖 Add fetch configlet script(s) to CODEOWNERS file #162

Closed ErikSchierboom closed 3 years ago

ErikSchierboom commented 3 years ago

This PR adds the fetch configlet script(s) to the .github/CODEOWNERS file.

The fetch configlet script(s) are copied of the files in the https://github.com/exercism/configlet/blob/main/scripts directory. We want to prevent tracks from changing these fetch scripts as they should be updated centrally, to have updates benefit all tracks.

Tracking

https://github.com/exercism/configlet/issues/286