Skip to content

[Fix] my info 페이지 토큰 변조 대비 #90

[Fix] my info 페이지 토큰 변조 대비

[Fix] my info 페이지 토큰 변조 대비 #90

name: Review Assign
on:
pull_request:
types: [opened, ready_for_review]
jobs:
assign:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
steps:
- uses: hkusu/review-assign-action@v1
with:
assignees: ${{ github.actor }} # assign - PR 만든 사람
reviewers: armd482, Young2un, ggjiny, minjeong9919, bokeeeey # 리뷰어 추가
github-token: ${{ secrets.GITHUB_TOKEN }}