Skip to content

♻️Refactor & Update: CloudFront–S3 기반 영상 CDN 적용 및 접근 정책 개선 #653

♻️Refactor & Update: CloudFront–S3 기반 영상 CDN 적용 및 접근 정책 개선

♻️Refactor & Update: CloudFront–S3 기반 영상 CDN 적용 및 접근 정책 개선 #653

Workflow file for this run

name: 🏷️ PR Labeler
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
working-directory: FE
- name: Apply PR labels
uses: jimschubert/labeler-action@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
configuration-path: FE/.github/labeler.yml