Skip to content

feat(README): update readme #1

feat(README): update readme

feat(README): update readme #1

Workflow file for this run

name: "Auto Assign"
on:
pull_request_target:
types: [opened, ready_for_review]
jobs:
add-reviews:
name: Auto
runs-on: ubuntu-22.04
permissions:
pull-requests: write
steps:
- name: "Auto assign for pull request"
uses: kentaro-m/[email protected]
with:
configuration-path: ".github/assign.yml"