Skip to content

Commit 32c3689

Browse files
ci: load the configuration for auto-request-review workflow from a custom location (#336)
1 parent 90c0a60 commit 32c3689

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ jobs:
3434
uses: necojackarc/auto-request-review@e89da1a8cd7c8c16d9de9c6e763290b6b0e3d424 # v0.13.0
3535
with:
3636
token: ${{ secrets.GITHUB_TOKEN }}
37+
config: .github/actions/auto-request-review/config.yml
38+
use_local: true

0 commit comments

Comments
 (0)