Skip to content

feat: event logs

feat: event logs #32

Workflow file for this run

name: 'πŸ™ Assign Review'
on:
pull_request:
types: [opened, ready_for_review]
jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.5
with:
configuration-path: '.github/review-config.yml'