Skip to content

[정리]: 12장 모든 웹 개발자가 관심을 가져야 할 핵심 웹 지표 #112

[정리]: 12장 모든 웹 개발자가 관심을 가져야 할 핵심 웹 지표

[정리]: 12장 모든 웹 개발자가 관심을 가져야 할 핵심 웹 지표 #112

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