mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-16 03:03:21 +00:00
13 lines
366 B
YAML
13 lines
366 B
YAML
|
# Set to true to add reviewers to pull requests
|
||
|
addReviewers: true
|
||
|
|
||
|
# Set to true to add assignees to pull requests
|
||
|
addAssignees: author
|
||
|
|
||
|
# A list of team reviewers to be added to pull requests (GitHub team slug)
|
||
|
reviewers:
|
||
|
- /sith-3-developers
|
||
|
|
||
|
# Number of reviewers has no impact on Github teams
|
||
|
# Set 0 to add all the reviewers (default: 0)
|
||
|
numberOfReviewers: 0
|