exercism / lfe

Exercism exercises in Lisp Flavoured Erlang (LFE).
https://exercism.org/tracks/lfe
MIT License
25 stars 30 forks source link

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

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