aboutsummaryrefslogtreecommitdiff
path: root/.github/auto_assign.yml
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-05-17 16:58:45 -0400
committerIvan Chen <ivan@tagg.id>2021-05-17 16:58:45 -0400
commit052d1c5b077a948c4e1a11d77d9dcf6cebf5cd67 (patch)
tree75008cfd2d691687414f1f9a98467dc29fa60f0e /.github/auto_assign.yml
parent183ce2b263e7282f42d204ebd59676b8e28352ec (diff)
Add configuration files for auto assign
Diffstat (limited to '.github/auto_assign.yml')
-rw-r--r--.github/auto_assign.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml
new file mode 100644
index 00000000..4f5e4ed0
--- /dev/null
+++ b/.github/auto_assign.yml
@@ -0,0 +1,30 @@
+# https://github.com/marketplace/actions/auto-assign-action
+
+# Set to true to add reviewers to pull requests
+addReviewers: true
+
+# Set addAssignees to 'author' to set the PR creator as the assignee.
+addAssignees: author
+
+# A list of reviewers to be added to pull requests (GitHub user name)
+reviewers:
+ - reviewerA
+ - reviewerB
+ - reviewerC
+
+# A number of reviewers added to the pull request
+# Set 0 to add all the reviewers (default: 0)
+numberOfReviewers: 0
+
+# A list of assignees, overrides reviewers if set
+# assignees:
+# - assigneeA
+
+# A number of assignees to add to the pull request
+# Set to 0 to add all of the assignees.
+# Uses numberOfReviewers if unset.
+# numberOfAssignees: 2
+
+# A list of keywords to be skipped the process that add reviewers if pull requests include it
+# skipKeywords:
+# - wip