Skip to content

Icon 깜빡임 현상 개선, Image 최적화 #526

Icon 깜빡임 현상 개선, Image 최적화

Icon 깜빡임 현상 개선, Image 최적화 #526

Workflow file for this run

name: Auto Label
on:
pull_request:
types: [opened]
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Check Labels
id: labeler
uses: jimschubert/labeler-action@v1
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}