Skip to content

chore: 알림 클릭 시, 쌓여있는 알림들을 모두 읽음 처리로 로직 수정 #754

chore: 알림 클릭 시, 쌓여있는 알림들을 모두 읽음 처리로 로직 수정

chore: 알림 클릭 시, 쌓여있는 알림들을 모두 읽음 처리로 로직 수정 #754

Workflow file for this run

name: 'Auto Labeling'
on:
pull_request:
types: [opened, synchronize]
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Check Labels
id: labeler
uses: jimschubert/labeler-action@v2
with:
GITHUB_TOKEN: ${{secrets.ACTIONS_TOKEN}}