Skip to content

Refactor: User모듈 레포지토리 레이어 분리 #13

Refactor: User모듈 레포지토리 레이어 분리

Refactor: User모듈 레포지토리 레이어 분리 #13

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 }}