Skip to content

Commit

Permalink
fix(ci): Typo dans la config auto-assign-reviewers. ref #1265
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Jun 18, 2024
1 parent e458851 commit 608a2b8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 608a2b8

Please sign in to comment.