Skip to content

[우창완 12장: 모든 웹 개발자가 관심을 가져야 할 핵심 웹 지표 #107

[우창완 12장: 모든 웹 개발자가 관심을 가져야 할 핵심 웹 지표

[우창완 12장: 모든 웹 개발자가 관심을 가져야 할 핵심 웹 지표 #107

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