reviewers
For each scope, you can define a list of reviewers. These are the people who are eligible to approve changes if you use require
, and who will be requested to review the PR if you use request
.
[[scopes]]
name = "database"
reviewers = [
"databaseExpert1",
"databaseExpert2",
]
paths = ["**/*/migrations/**/*"]
To re-use a list of reviewers across scopes, look at aliases
.