Skip to content

[Refactor] S3 이미지 URL 생성 로직 공통 유틸 함수로 리팩토링 #206

[Refactor] S3 이미지 URL 생성 로직 공통 유틸 함수로 리팩토링

[Refactor] S3 이미지 URL 생성 로직 공통 유틸 함수로 리팩토링 #206

Workflow file for this run

name: 🔖 Pull Request Auto Labeler
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout code
uses: actions/checkout@v4
- name: 🏷️ Apply labels based on branch or path
uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}