Skip to content

[JR-890] 캐싱으로 클라이언트에 즉각 반영되지 않는 이슈 해결 #76

[JR-890] 캐싱으로 클라이언트에 즉각 반영되지 않는 이슈 해결

[JR-890] 캐싱으로 클라이언트에 즉각 반영되지 않는 이슈 해결 #76

Workflow file for this run

name: Labeler
on:
pull_request:
types: [opened]
pull_request_target:
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN || github.token }}'