Skip to content

Github actions, only yarn, and deleted sample stories #1

Github actions, only yarn, and deleted sample stories

Github actions, only yarn, and deleted sample stories #1

Workflow file for this run

name: Auto Assign reviewers and assignees
on:
pull_request:
types: [opened, ready_for_review]
branches:
- main
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'