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.
2 parents 78e706c + 014a5f2 commit 07e413aCopy full SHA for 07e413a
.github/auto_assign.yml
@@ -0,0 +1,13 @@
1
+# Set to true to add reviewers to pull requests
2
+addReviewers: true
3
+
4
+# Set to true to add assignees to pull requests
5
+addAssignees: author
6
7
+# A list of reviewers to be added to pull requests (GitHub user name)
8
+reviewers:
9
+ - stzn
10
11
+# A number of reviewers added to the pull request
12
+# Set 0 to add all the reviewers (default: 0)
13
+numberOfReviewers: 0
.github/workflows/action.yml
@@ -0,0 +1,10 @@
+name: 'Auto Assign'
+on:
+ pull_request:
+ types: [opened, ready_for_review, reopened]
+jobs:
+ add-reviews:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: kentaro-m/auto-assign-action@v1.2.1
0 commit comments