Skip to content

[리팩터링] 루트 프로젝트 이름 변경 #69

[리팩터링] 루트 프로젝트 이름 변경

[리팩터링] 루트 프로젝트 이름 변경 #69

Workflow file for this run

name: PR 라벨러
on:
pull_request:
types:
- opened
- converted_to_draft
jobs:
main:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: 깃허브 액션 체크아웃
uses: actions/checkout@v2
- name: PR에 대한 라벨링 실행
uses: actions/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: false
configuration-path: .github/labeler.yml