File tree Expand file tree Collapse file tree 2 files changed +110
-40
lines changed
Expand file tree Collapse file tree 2 files changed +110
-40
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ enable :
2+ issues : false
3+ prs : true
4+
5+ comments :
6+ prs : |
7+ 🏷️ Labeler has automatically applied labels based on your PR title, branch name, or commit message.
8+ Please verify that they are correct before merging.
9+
10+ labels :
11+ # 세팅
12+ ' setting ' :
13+ include :
14+ - ' \bsetting\b'
15+ - ' ^setting\/'
16+
17+ # 기능 추가 / 퍼블리싱
18+ ' feat ' :
19+ include :
20+ - ' \bfeat\b'
21+ - ' \bfeature\b'
22+ - ' ^feat\/'
23+ - ' ^feature\/'
24+
25+ # 버그 수정
26+ ' fix ' :
27+ include :
28+ - ' \bfix\b'
29+ - ' ^fix\/'
30+
31+ # API 연결
32+ ' api ' :
33+ include :
34+ - ' \bapi\b'
35+ - ' ^api\/'
36+
37+ # 코드 리팩토링 / QA 반영
38+ ' refactor ' :
39+ include :
40+ - ' \brefactor\b'
41+ - ' ^refactor\/'
42+
43+ # 기타 작업 (빌드, 패키지 설정)
44+ ' chore ' :
45+ include :
46+ - ' \bchore\b'
47+ - ' ^chore\/'
48+
49+ # 배포 작업
50+ ' deploy ' :
51+ include :
52+ - ' \bdeploy\b'
53+ - ' ^deploy\/'
54+
55+ # 주석 추가/변경
56+ ' comment ' :
57+ include :
58+ - ' \bcomment\b'
59+ - ' ^comment\/'
60+
61+ # 테스트 관련
62+ ' test ' :
63+ include :
64+ - ' \btest\b'
65+ - ' ^test\/'
66+
67+ # 문서 수정
68+ ' docs ' :
69+ include :
70+ - ' \bdocs\b'
71+ - ' \breadme\b'
72+ - ' ^docs\/'
73+
74+ # 파일 삭제
75+ ' remove ' :
76+ include :
77+ - ' \bremove\b'
78+ - ' ^remove\/'
79+
80+ # 이름 변경
81+ ' rename ' :
82+ include :
83+ - ' \brename\b'
84+ - ' ^rename\/'
85+
86+ # 큰 변경 사항
87+ ' BREAKING CHANGE ' :
88+ include :
89+ - ' \bBREAKING CHANGE\b'
90+ - ' \bBREAKING_CHANGE\b'
91+ - ' ^breaking\/'
92+
93+ # 긴급 수정
94+ ' HOTFIX ' :
95+ include :
96+ - ' \bHOTFIX\b'
97+ - ' \bhotfix\b'
98+ - ' ^hotfix\/'
99+
100+ # 코드 스타일 변경
101+ ' style ' :
102+ include :
103+ - ' \bstyle\b'
104+ - ' ^style\/'
105+
106+ # 단순 업데이트
107+ ' update ' :
108+ include :
109+ - ' \bupdate\b'
110+ - ' ^update\/'
You can’t perform that action at this time.
0 commit comments