Skip to content

Pooja/fix deploy

Pooja/fix deploy #46

Workflow file for this run

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