Browse Source

chore: disable automatic addition of assignees in pull requests (#402)

pull/403/head
Ryan Wang 3 years ago committed by GitHub
parent
commit
e1d38482ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/auto_assign.yml

4
.github/auto_assign.yml

@ -2,7 +2,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:
@ -17,4 +17,4 @@ skipKeywords:
# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 0
numberOfReviewers: 0

Loading…
Cancel
Save