Skip to content

Commit

Permalink
Updated README per suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
bduff9 committed Dec 9, 2022
1 parent 33804f1 commit cfd2e24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,11 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
config: .github/reviewers.yml # Config file location override
use_local: true # 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 with `use_local` `true`.
# See https://github.com/necojackarc/auto-request-review/issues/76 for more details.
use_local: true
```

### (Optional) GitHub Personal Access Token
Expand Down

0 comments on commit cfd2e24

Please sign in to comment.