forked from LaconicNetwork/kompose
This updates the config to avoid mentioning people twice as well as assinging people appropriately.
10 lines
349 B
Plaintext
10 lines
349 B
Plaintext
{
|
|
"numFilesToCheck": 10,
|
|
"message": "@pullRequester, thank you for the pull request! We'll ping some people to review your PR. @reviewers, please review this.",
|
|
"fileBlacklist": ["*.md"],
|
|
"userBlacklist": ["ngtuna", "janetkuo", "sebgoa"],
|
|
"actions": ["opened", "labeled"],
|
|
"skipAlreadyMentionedPR": true,
|
|
"createReviewRequest": true
|
|
}
|