From e9ac39998b5f44c2a9ffb7ffc044aa3369d1f454 Mon Sep 17 00:00:00 2001 From: flydream-ylgw <1944054640@qq.com> Date: Sat, 15 Jun 2024 22:27:26 +0800 Subject: [PATCH] Update auto_request_review.yml (#608) --- .github/workflows/auto_request_review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto_request_review.yml b/.github/workflows/auto_request_review.yml index eb8f83b9..39a3c836 100644 --- a/.github/workflows/auto_request_review.yml +++ b/.github/workflows/auto_request_review.yml @@ -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 \ No newline at end of file + use_local: false