Skip to content

Tests by Andrew Williams #88

Tests by Andrew Williams

Tests by Andrew Williams #88

Workflow file for this run

name: Auto Assign reviewers and assignees
on:
pull_request:
types: [opened, ready_for_review]
branches:
- main
- dev
jobs:
add-reviews:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: kentaro-m/auto-assign-action@v2.0.0
with:
configuration-path: '.github/pr_config.yml'