diff options
| author | Robert Hensing <roberth@users.noreply.github.com> | 2022-02-06 16:42:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-06 16:42:56 +0100 |
| commit | cd1d12ff2d6b2878d4986415ce4c7147894bf417 (patch) | |
| tree | 03ada941b86afe8dac1ed30460b080ee310b66f7 | |
| parent | Merge pull request #158362 from NixOS/backport-158360-to-release-21.11 (diff) | |
| parent | CODEOWNERS: add jonringer for all backport PRs (diff) | |
| download | nixpkgs-cd1d12ff2d6b2878d4986415ce4c7147894bf417.tar.gz | |
Merge pull request #158267 from jonringer/jonringer-release-CODEOWNER
CODEOWNERS: add jonringer for all backport PRs
| -rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4b3109d449db..935097ed9d90 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,6 +7,9 @@ # For documentation on this file, see https://help.github.com/articles/about-codeowners/ # Mentioned users will get code review requests. +# Release managers, release branch only +/ @jonringer + # This file /.github/CODEOWNERS @edolstra |
