Skip to content

FlowMVI 2.0

FlowMVI 2.0 #5

Workflow file for this run

name: PR automation
on:
pull_request:
types: [ opened ]
jobs:
assign author:

Check failure on line 8 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / PR automation

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request.yml (Line: 8, Col: 3): The identifier 'assign author' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: macos-latest
steps:
- uses: samspills/assign-pr-to-author@v1.0.2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'