Skip to content

Commit 86df532

Browse files
author
Tedilabs Bot
committed
chore: update .github/auto-assign.yaml via Terraform
1 parent 64b2ec2 commit 86df532

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/auto-assign.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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

0 commit comments

Comments
 (0)