Skip to content

[Refactor] 개발 환경 스케일다운 및 스왑 메모리 할당 #270

[Refactor] 개발 환경 스케일다운 및 스왑 메모리 할당

[Refactor] 개발 환경 스케일다운 및 스왑 메모리 할당 #270

Workflow file for this run

name: Auto Label PRs
on:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: '.github/config/pr-labeler-config.yml'