Skip to content

feat : add labeler github action #1

feat : add labeler github action

feat : add labeler github action #1

Workflow file for this run

# enable labeler on issues, prs, or both.

Check failure on line 1 in .github/workflows/labeler.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/labeler.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
enable:
issues: false
prs: true
# 레이블을 성공적으로 붙이고 PR에 보낼 코멘트를 설정
comments:
prs: |
Labeler has applied any labels matching special text in your title and description.
Please review the labels and make any necessary changes.
# 레이블
labels:
'bug':
include:
- '\bfix\b'
'test':
include:
- '\btest\b'
'feature':
include:
- '\bfeat\b'
'documentation':
include:
- '\bdocs\b'
'refactor':
include:
- '\brefactor\b'
'chore':
include:
- '\bchore\b'