Skip to content

Feat/disable props autocomplete #18

Feat/disable props autocomplete

Feat/disable props autocomplete #18

Workflow file for this run

name: Auto Assign PR to Author
on:
pull_request:
types: [opened]
jobs:
add-assignee:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
configuration-path: .github/auto-assign.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}