Skip to content

refactor: 구글 스프레드 시트 API 호출 시 @Retryable 을 활용한 재처리 로직 추가 #278

refactor: 구글 스프레드 시트 API 호출 시 @Retryable 을 활용한 재처리 로직 추가

refactor: 구글 스프레드 시트 API 호출 시 @Retryable 을 활용한 재처리 로직 추가 #278

Workflow file for this run

name: Review Assign
on:
pull_request:
types: [ opened, ready_for_review ]
jobs:
assign:
runs-on: ubuntu-latest
steps:
- uses: hkusu/review-assign-action@v1
with:
assignees: ${{ github.actor }} # assign pull request author
# reviewers: penrose15, its-sky, ywonchae1 # if draft, assigned when draft is released
# max-num-of-reviewers: 2