Skip to content

Commit

Permalink
Disable add Assigners in Auto Assign bot (theme-next#795)
Browse files Browse the repository at this point in the history
Disable adding Assigners
  • Loading branch information
ivan-nginx authored Apr 1, 2019
1 parent 1b5e64a commit 87950ab
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
addReviewers: true

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

# A list of reviewers to be added to pull requests (GitHub user name)
reviewers:
Expand All @@ -17,12 +17,11 @@ reviewers:
- sli1989
- stevenjoezhang
- wafer-li
- theme-next/next

# A list of keywords to be skipped the process that add reviewers if pull requests include it
skipKeywords:
- wip

# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 0

# A list of keywords to be skipped the process that add reviewers if pull requests include it
skipKeywords:
- wip

0 comments on commit 87950ab

Please sign in to comment.