diff options
| author | Théo Zimmermann | 2018-10-18 17:53:50 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-10-18 17:53:50 +0200 |
| commit | 7bf7d431eaf1fe5d522ae41028f065d5c33b866d (patch) | |
| tree | 98b15668f16a0395de25669f459e14f095627e50 | |
| parent | 61925a1be7cdba6a00b8a4ca48848ccb8dd99da4 (diff) | |
Give code ownership of merging doc to pushers team to notify members when it changes.
| -rw-r--r-- | .github/CODEOWNERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 412bed8334..324889ec90 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -53,6 +53,10 @@ /dev/doc/ @Zimmi48 # Secondary maintainer @maximedenes +/dev/doc/MERGING.md @coq/pushers +# This ensures that all members of the @coq/pushers +# team are notified when the merging doc changes. + /dev/doc/changes.md @ghost # Trick to avoid getting review requests # each time someone modifies the dev changelog |
