Skip to content

🚀 build CI action이 작동하지 않는 버그 수정, Pull request auto assign, coverage report 설정 #5

🚀 build CI action이 작동하지 않는 버그 수정, Pull request auto assign, coverage report 설정

🚀 build CI action이 작동하지 않는 버그 수정, Pull request auto assign, coverage report 설정 #5

name: Auto Assign
on:
pull_request:
types: [opened, ready_for_review, reopened]
jobs:
autu-assign:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
configuration-path: ".github/workflows/auto-assign-action.yml"
addAssignees: author
addReviewers: true
reviewers:
- "ASak1104"

Check failure on line 16 in .github/workflows/auto-assign-action.yml

View workflow run for this annotation

GitHub Actions / Auto Assign

Invalid workflow file

The workflow is not valid. .github/workflows/auto-assign-action.yml (Line: 16, Col: 13): A sequence was not expected .github/workflows/auto-assign-action.yml (Line: 20, Col: 13): A sequence was not expected
- "shoeone96"
- "Sehee-Lee-01"
skipKeywords:
- wip