Skip to content

Commit

Permalink
Update auto_request_review.yml (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
flydream-ylgw authored Jun 15, 2024
1 parent e94608d commit e9ac399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
config: .github/reviewers.yml # Config file location override
# Look for config locally during run instead of in repo.
# Look for config locally during run instead of in repo
# For instance, if you'd like to use a config file stored in external storage,
# 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: false
use_local: false

0 comments on commit e9ac399

Please sign in to comment.