Skip to content

PR테스트

PR테스트 #3

# 각 레포지토리의 .github/workflows/request-pr-review.yml
name: PR Assignee & Team Review Request
on:
pull_request:
types: [opened, reopened, ready_for_review]
jobs:
call-reusable-workflow:
uses: 33-Auto/.github/.github/workflows/reusable-pr-assign-and-review.yml@main

Check failure on line 11 in .github/workflows/request-pr-review.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/request-pr-review.yml

Invalid workflow file

error parsing called workflow ".github/workflows/request-pr-review.yml" -> "33-Auto/.github/.github/workflows/reusable-pr-assign-and-review.yml@main" (source branch with sha:b4eaff41a581761f2af878d3f99b8a91b422d131) : (Line: 24, Col: 3): Unexpected value 'teams'
with:
# 여기에 리뷰를 요청할 팀의 slug를 입력합니다.
team-slug-for-review: 'Review_Avengers'
pr-author: ${{ github.event.pull_request.user.login }}
pr-number: ${{ github.event.pull_request.number }}
secrets: inherit