From 608a2b84ef81cd0020b35f37831a5a14eeb0313d Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Tue, 18 Jun 2024 10:07:39 +0200 Subject: [PATCH] fix(ci): Typo dans la config auto-assign-reviewers. ref #1265 --- .github/auto_assign.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index a0f44d84e..d95f78b3e 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -1,9 +1,6 @@ # Set to true to add reviewers to pull requests addReviewers: true -# Set to true to add assignees to pull requests -addAssignees: false - # A list of reviewers to be added to pull requests (GitHub user name) reviewers: # gip-inclusion/admins-le-marche - madjid-asa @@ -14,5 +11,6 @@ reviewers: # gip-inclusion/admins-le-marche # Set 0 to add all the reviewers (default: 0) numberOfReviewers: 0 -# Set addAssignees to 'author' to set the PR creator as the assignee. +# Set to true to add assignees to pull requests +# Set to 'author' to set the PR creator as the assignee addAssignees: author