mirror of
https://github.com/edoardottt/awesome-hacker-search-engines.git
synced 2024-10-01 01:05:51 -04:00
15 lines
401 B
YAML
15 lines
401 B
YAML
# Set to true to add reviewers to pull requests
|
|
addReviewers: true
|
|
|
|
# A list of reviewers to be added to pull requests (GitHub user name)
|
|
reviewers:
|
|
- edoardottt
|
|
|
|
# A list of keywords to be skipped the process that add reviewers if pull requests include it
|
|
skipKeywords:
|
|
- wip
|
|
|
|
# A number of reviewers added to the pull request
|
|
# Set 0 to add all the reviewers (default: 0)
|
|
numberOfReviewers: 0
|