diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml index 05dbfc0..d519bd6 100644 --- a/.github/auto_assign.yml +++ b/.github/auto_assign.yml @@ -1,2 +1,14 @@ +# Set to true to add reviewers to pull requests +addReviewers: false + +# Set to true to add assignees to pull requests addAssignees: author -runOnDraft: true + +# A list of assignees, overrides reviewers if set +assignees: + - adamkudrna + +# A number of assignees to add to the pull request. +# Set to 0 to add all assignees. +# Uses numberOfReviewers if not set. +numberOfAssignees: 0