Skip to content

feat(blog): Markdown 데이터 차트를 shadcn으로 표시 #135

feat(blog): Markdown 데이터 차트를 shadcn으로 표시

feat(blog): Markdown 데이터 차트를 shadcn으로 표시 #135

Workflow file for this run

name: Pull Request Labeler

Check warning on line 1 in .github/workflows/labeler.yml

View workflow run for this annotation

GitHub Actions / Pull Request Labeler

Workflow execution policy warning (evaluate mode)

On November 2, 2026, GitHub will restrict `pull_request_target` on public repositories by default. To continue allowing the event trigger, configure an Actions policy. Learn more: https://gh.io/securely-using-pull_request_target#default-policy-for-pull_request_target
on:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
permissions:
contents: read
pull-requests: write
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6