Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Bump net.dv8tion:JDA from 5.3.0 to 6.1.1 #58

Bump net.dv8tion:JDA from 5.3.0 to 6.1.1

Bump net.dv8tion:JDA from 5.3.0 to 6.1.1 #58

name: 'Auto Request Review'
on:
pull_request:
types: [opened, ready_for_review, reopened]
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/auto-request-review@v0.11.0
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: true