Skip to content

Commit

Permalink
Update add-reviewers.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Jul 6, 2023
1 parent 9b09ae7 commit 824561c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/add-reviewers.yml
Expand Up @@ -9,6 +9,7 @@ jobs:
name: Auto Request Review
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Request review based on files changes and/or groups the author belongs to
uses: necojackarc/auto-request-review@v0.12.0
with:
Expand All @@ -19,4 +20,4 @@ jobs:
# you can fetch it before you run this action, then let this action pick it up with `use_local: true`.
# This defaults to false if not specified.
# See https://github.com/necojackarc/auto-request-review/issues/76 for more details.
use_local: true
use_local: true

0 comments on commit 824561c

Please sign in to comment.