We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33184f4 commit e7464d3Copy full SHA for e7464d3
.github/auto_assign.yml
@@ -0,0 +1,18 @@
1
+# Set to true to add reviewers to pull requests
2
+addReviewers: false
3
+
4
+# Set to true to add assignees to pull requests
5
+addAssignees: author
6
7
+# A list of assignees, overrides reviewers if set
8
+assignees:
9
+ - kentaro-m
10
11
+# A number of assignees to add to the pull request
12
+# Set to 0 to add all of the assignees.
13
+# Uses numberOfReviewers if unset.
14
+numberOfAssignees: 0
15
16
+# A list of keywords to be skipped the process that add reviewers if pull requests include it
17
+skipKeywords:
18
+ - wip
.github/workflows/pull-request.yml
@@ -0,0 +1,8 @@
+name: 'Auto Assign'
+on: pull_request
+jobs:
+ add-reviews:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: kentaro-m/auto-assign-action@v1.1.2
0 commit comments