Skip to content

feat: 마이페이지 프로필 사진 수정과 닉네임 변경 기능 구현 #50

feat: 마이페이지 프로필 사진 수정과 닉네임 변경 기능 구현

feat: 마이페이지 프로필 사진 수정과 닉네임 변경 기능 구현 #50

name: Add 'merged' label to closed PR
on:
pull_request:
types:
- closed
jobs:
set_merged:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Add 'merged' label to closed PR
run: gh issue edit "$PR_NUMBER" --add-label "merged"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
PR_NUMBER: ${{ github.event.pull_request.number }}