File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ runOnDraft : false
2+ # A list of keywords to be skipped the process that add reviewers if pull requests include it
3+ skipKeywords :
4+ - wip
5+
6+ # Set to true to add reviewers to pull requests
7+ addReviewers : true
8+ # A number of reviewers added to the pull request
9+ # Set 0 to add all the reviewers (default: 0)
10+ numberOfReviewers : 1
11+ useReviewGroups : true
12+ reviewGroups :
13+ owners :
14+ - posquit0
15+ maintainers :
16+ - posquit0
17+
18+ # true: Add assignees to pull requests
19+ # 'author': Set the PR creator as the assignee.
20+ addAssignees : ' author'
21+ # A number of assignees to add to the pull request
22+ # Set to 0 to add all of the assignees.
23+ # Uses numberOfReviewers if unset.
24+ # numberOfAssignees: 2
25+ useAssigneeGroups : false
26+ # assigneeGroups:
27+ # groupA:
28+ # - assigneeA
29+ # - assigneeB
30+ # - assigneeC
31+ # groupB:
32+ # - assigneeD
33+ # - assigneeE
34+ # - assigneeF
You can’t perform that action at this time.
0 commit comments