Skip to content

[ Bug ] 검색 삭제 아이콘 복구, 공연장 주소 복사 토스트 위치 변경 #484

[ Bug ] 검색 삭제 아이콘 복구, 공연장 주소 복사 토스트 위치 변경

[ Bug ] 검색 삭제 아이콘 복구, 공연장 주소 복사 토스트 위치 변경 #484

Workflow file for this run

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