Skip to content

[Feat/#81] 산책하기 리뷰 - 상세보기 정보, 카테고리, 데이터 post 까지 api 연동 완료 #33

[Feat/#81] 산책하기 리뷰 - 상세보기 정보, 카테고리, 데이터 post 까지 api 연동 완료

[Feat/#81] 산책하기 리뷰 - 상세보기 정보, 카테고리, 데이터 post 까지 api 연동 완료 #33

name: "Auto Assign and Reviewers"
on:
pull_request:
types: [opened, ready_for_review]
permissions:
pull-requests: write
jobs:
add-reviewers-and-assignees:
runs-on: ubuntu-latest
steps:
- name: Assign author and add reviewers
uses: kentaro-m/auto-assign-action@v2.0.0
with:
configuration-path: '.github/auto_assign.yml'