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 90c0a60 commit 32c3689Copy full SHA for 32c3689
.github/actions/auto-request-review/config.yml
@@ -0,0 +1,8 @@
1
+reviewers:
2
+ defaults:
3
+ - martin-georgiev
4
+
5
+options:
6
+ number_of_reviewers: 1
7
+ ignore_draft: true
8
+ allow_author: false
.github/workflows/auto-request-review.yml
@@ -34,3 +34,5 @@ jobs:
34
uses: necojackarc/auto-request-review@e89da1a8cd7c8c16d9de9c6e763290b6b0e3d424 # v0.13.0
35
with:
36
token: ${{ secrets.GITHUB_TOKEN }}
37
+ config: .github/actions/auto-request-review/config.yml
38
+ use_local: true
0 commit comments