From 12cf780a93828afe7a30f64a7ef6f416c7cd7b52 Mon Sep 17 00:00:00 2001 From: AlexVCaron Date: Sun, 8 Sep 2024 03:10:45 +0000 Subject: [PATCH] remove all teams and fix group enabling --- .github/reviewers.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/reviewers.yml b/.github/reviewers.yml index e76a479f..3f894943 100644 --- a/.github/reviewers.yml +++ b/.github/reviewers.yml @@ -1,7 +1,7 @@ reviewers: defaults: - repository-owners - - team:Reviewers_nf-scil + - arnaudbore - AlexVCaron groups: @@ -16,6 +16,12 @@ reviewers: - gagnonanthony - ThoumyreStanislas - Manonedde + guidelines-leads: + - AlexVCaron + - arnaudbore + - gagnonanthony + - ThoumyreStanislas + - Manonedde surgery-leads: - GuillaumeTh diffusion-mri-leads: @@ -54,9 +60,9 @@ files: 'docs/**': - documentation-leads 'modules/nf-scil/**': - - team:Reviewers_nf-scil + - guidelines-leads 'subworkflows/nf-scil/**': - - team:Reviewers_nf-scil + - guidelines-leads 'LICENSE': - repository-owners 'CONTRIBUTING.md': @@ -68,5 +74,5 @@ options: ignored_keywords: - WIP - Work in progress - enable_group_assignments: true + enable_group_assignment: true last_files_match_only: false