mirror of
https://github.com/actiontech/dble.git
synced 2026-05-08 15:30:42 -05:00
16 lines
381 B
YAML
16 lines
381 B
YAML
# 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:
|
|
- yanhuqing666
|
|
- sunsun314
|
|
- Baofengqi
|
|
|
|
# A number of reviewers added to the pull request
|
|
# Set 0 to add all the reviewers (default: 0)
|
|
numberOfReviewers: 1
|