Skip to content

Commit

Permalink
ci: change auto review PR to assign (#108)
Browse files Browse the repository at this point in the history
Changes the auto-review for Dependabot PR to assignee
  • Loading branch information
beauraines authored Jul 1, 2024
1 parent db6dafc commit 870a8a7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Set to true to add reviewers to pull requests
addReviewers: true
addReviewers: false

# Set to true to add assignees to pull requests
addAssignees: false
addAssignees: true

reviewers:
- beauraines

assignees:
- beauraines

0 comments on commit 870a8a7

Please sign in to comment.