Skip to content

왜 안됨

왜 안됨 #6

# 각 레포지토리의 .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
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