Skip to content

Feat/test auto assign #1

Feat/test auto assign

Feat/test auto assign #1

Workflow file for this run

name: Auto Assign
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:

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

View workflow run for this annotation

GitHub Actions / Auto Assign

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request.yml (Line: 14, Col: 14): Unexpected value '' .github/workflows/pull-request.yml (Line: 15, Col: 9): Unexpected value 'repo-token'
repo-token: ${{ secrets.GITHUB_TOKEN }}