Skip to content

[COZY-400] feat: 쪽지방 목록 정렬 및 새로운 쪽지 유무 반환 추가, 새로운 쪽지 온 쪽지방 갯수 조회 API, 회원탈퇴 쪽지 null 처리 #224

[COZY-400] feat: 쪽지방 목록 정렬 및 새로운 쪽지 유무 반환 추가, 새로운 쪽지 온 쪽지방 갯수 조회 API, 회원탈퇴 쪽지 null 처리

[COZY-400] feat: 쪽지방 목록 정렬 및 새로운 쪽지 유무 반환 추가, 새로운 쪽지 온 쪽지방 갯수 조회 API, 회원탈퇴 쪽지 null 처리 #224

Workflow file for this run

name: PR 리뷰 봇
on:
pull_request:
types: [opened, synchronize]
permissions:
pull-requests: write
jobs:
review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: AWS Bedrock Code Review Action
uses: eple0329/[email protected]
with:
aws-access-key-id: ${{ secrets.REVIEW_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.REVIEW_AWS_SECRET_ACCESS_KEY }}
aws-region: 'us-east-1'
github-token: ${{ secrets.GITHUB_TOKEN }}
model: 'amazon.titan-text-premier-v1:0'
max-tokens: 3000
language: 'Korean'
title: '리뷰해드려요~'
home-directory: 'src/main/java/com/cozymate/cozymate_server'
prompt: 'Please proceed with the code review for each change in the entered file. Please organize what changes have been made and if there are any additional improvements you want to suggest with codeblock. Please write the name of the changed file as ## {name} and the review as a broken list. For example, ## {name} - Review 1 - Review 2 - Review 3'