From c5783c6b81d85ae9fc8e6c16de6c4e2c75075c54 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Thu, 6 May 2021 10:19:03 +0200 Subject: [PATCH] CODEOWNERS: add `bin/fetch-configlet` (#296) 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 - https://github.com/exercism/configlet/issues/286 --- .github/CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6ec34c70..ee58ab14 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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