Skip to content

[오혜성] 12장: 모든 웹 개발자가 관심을 가져야 할 핵심 웹 지표 #105

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

[오혜성] 12장: 모든 웹 개발자가 관심을 가져야 할 핵심 웹 지표 #105

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