Skip to content

Commit

Permalink
CODEOWNERS: add bin/fetch-configlet (#296)
Browse files Browse the repository at this point in the history
Each track repo has a `fetch-configlet` script that is a copy of the one
in the `configlet` repo.

We are therefore adding the path of the track copy to `CODEOWNERS` to
prevent the track from changing it independently. A contributor should
propose changes against the upstream copy so that any update can benefit
every track.

See:
- https://github.com/exercism/configlet/blob/main/scripts/fetch-configlet
- exercism/configlet#286
  • Loading branch information
ErikSchierboom authored May 6, 2021
1 parent 3a0a722 commit c5783c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Maintainers
# Maintainers
config/maintainers.json @exercism/maintainers-admin

# Code owners
.github/CODEOWNERS @exercism/maintainers-admin

# Changes to `fetch-configlet` should be made in the `exercism/configlet` repo
bin/fetch-configlet @exercism/maintainers-admin

0 comments on commit c5783c6

Please sign in to comment.