From 83f8365851343775309e835a754322bf7fa2574c Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Fri, 20 Oct 2023 11:06:56 +0200 Subject: [PATCH] chore: Update CODEOWNERS to use teams --- .github/CODEOWNERS | 4 +++- CHANGELOG.md | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 079c665e..94fb0beb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,7 @@ # Maintainers -* @matthdsm @emiller88 +* @nf-core/demultiplex +*.nf.test* @nf-core/nf-test +.github/workflows/ @nf-core/a-team # Element modules/nf-core/bases2fastq/ @blajoie diff --git a/CHANGELOG.md b/CHANGELOG.md index 75894667..201abfd5 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unpublished Version / DEV] +### `Added` + +- [#148](https://github.com/nf-core/demultiplex/pull/148) Update CODEOWNERS to use GitHub teams + ### `Changed` - [#141](https://github.com/nf-core/demultiplex/pull/141) Updated template to nf-core/tools v2.10