Skip to content

hotfix : 읽음여부 필터 적용 #70

hotfix : 읽음여부 필터 적용

hotfix : 읽음여부 필터 적용 #70

Workflow file for this run

name: 'Pull Request labeler'
on:
pull_request:
types: [opened, edited]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}