Skip to content

test: auto-assign action #4 #3

test: auto-assign action #4

test: auto-assign action #4 #3

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
addReviewers: true

Check failure on line 11 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: 11, Col: 9): Unexpected value 'addReviewers' .github/workflows/action.yml (Line: 13, Col: 9): Unexpected value 'addAssignees'

Check failure on line 11 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: 11, Col: 9): Unexpected value 'addReviewers' .github/workflows/action.yml (Line: 13, Col: 9): Unexpected value 'addAssignees'
addAssignees: author
reviewers:
- aishayusuff
numberOfReviewers: 0