diff --git a/.github/actions/auto-request-review/config.yml b/.github/actions/auto-request-review/config.yml new file mode 100644 index 00000000..7396311e --- /dev/null +++ b/.github/actions/auto-request-review/config.yml @@ -0,0 +1,8 @@ +reviewers: + defaults: + - martin-georgiev + +options: + number_of_reviewers: 1 + ignore_draft: true + allow_author: false diff --git a/.github/workflows/auto-request-review.yml b/.github/workflows/auto-request-review.yml index 879b6fa6..6881cd55 100644 --- a/.github/workflows/auto-request-review.yml +++ b/.github/workflows/auto-request-review.yml @@ -34,3 +34,5 @@ jobs: uses: necojackarc/auto-request-review@e89da1a8cd7c8c16d9de9c6e763290b6b0e3d424 # v0.13.0 with: token: ${{ secrets.GITHUB_TOKEN }} + config: .github/actions/auto-request-review/config.yml + use_local: true