Skip to content

testing - auto assign #6 #4

testing - auto assign #6

testing - auto assign #6 #4

Workflow file for this run

name: 'Auto Assign'
on:
pull_request:
types: [opened, ready_for_review]
jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.5
with:
addReviewers: true
addAssignees: author
reviewers:
- aishayusuff

Check failure on line 15 in .github/workflows/action.yml

View workflow run for this annotation

GitHub Actions / Auto Assign

Invalid workflow file

The workflow is not valid. .github/workflows/action.yml (Line: 15, Col: 13): A sequence was not expected
numberOfReviewers: 0