Skip to content

[박상범] 챕터 6: 변경 가능한 데이터 구조를 가진 언어에서 불변성 유지하기 #45

[박상범] 챕터 6: 변경 가능한 데이터 구조를 가진 언어에서 불변성 유지하기

[박상범] 챕터 6: 변경 가능한 데이터 구조를 가진 언어에서 불변성 유지하기 #45

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'