Skip to content

[한상호] 5,6장: 영웅, 선의 그리고 프로페셔널리즘 & 동작하는 소프트웨어 #32

[한상호] 5,6장: 영웅, 선의 그리고 프로페셔널리즘 & 동작하는 소프트웨어

[한상호] 5,6장: 영웅, 선의 그리고 프로페셔널리즘 & 동작하는 소프트웨어 #32

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