meilisearch / cloud-providers

☁ Meilisearch DevOps Tools for the Cloud ☁
MIT License
17 stars 2 forks source link

Add `CODEOWNERS` file to allow doc team to be notified of when GCP bucket is updated #51

Closed alallema closed 1 year ago

alallema commented 1 year ago

Description For each release on this repository, a new public bucket is published on GCP, and the address to this bucket must be updated in the documentation. To ensure that the documentation team is aware of this change, a CODEOWNERSfile should be added.

Disadvantage The granularity of the CODEOWNERS feature is at the file level, so, unfortunately, the @meilisearch/docs-team will be notified for every modification on the main file on this repo.

To do