Skip to content

[황동준] 5,6장: 영웅, 선의 그리고 프로페셔널리즘/ 동작하는 소프트웨어 #35

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

[황동준] 5,6장: 영웅, 선의 그리고 프로페셔널리즘/ 동작하는 소프트웨어 #35

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