Skip to content

Minor Update

Minor Update #1

Workflow file for this run

name: Auto Assign
on:
pull_request:
types: [opened, ready_for_review]
issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
configuration-path: '.github/auto-assign-config.yml'