Skip to content

[ISSUE #1006]🎨Fix code style #398

[ISSUE #1006]🎨Fix code style

[ISSUE #1006]🎨Fix code style #398

name: Auto Request Review
on:
pull_request_target:
types: [ opened, ready_for_review, reopened, synchronize ]
branches: [ main ]
jobs:
auto-request-review:
name: Auto Request Review
runs-on: ubuntu-latest
steps:
- name: Request review based on files changes and/or groups the author belongs to
uses: necojackarc/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
config: .github/reviewers.yml # Config file location override
# 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