Skip to content

⚙️ MSW setting

⚙️ MSW setting #7

Workflow file for this run

name: pr-auto-assign
on:
pull_request:
types: [opened, ready_for_review]
permissions:
contents: read
pull-requests: write
jobs:
add-reviewers-and-assignee:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
configuration-path: '.github/AUTO_ASSIGN_CONFIG.yml'