We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9cde99 + 143c094 commit ff02dc2Copy full SHA for ff02dc2
.github/auto_assign.yml
@@ -0,0 +1,7 @@
1
+# Set to true to add reviewers to pull requests
2
+addReviewers: true
3
+# Set to true to add assignees to pull requests
4
+addAssignees: false
5
+# A list of reviewers to be added to pull requests (GitHub user name)
6
+reviewers:
7
+ - Femme-js
.github/workflows/reviewer_auto_assigner.yml
@@ -0,0 +1,8 @@
+name: 'Auto Assign PR Reviewers'
+on: pull_request_target
+
+jobs:
+ add-reviews:
+ runs-on: ubuntu-latest
+ steps:
8
+ - uses: kentaro-m/auto-assign-action@v1.1.1
0 commit comments