-
Notifications
You must be signed in to change notification settings - Fork 25
57 lines (48 loc) · 1.13 KB
/
labeler.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
version: v1
labels:
- label: kind/feature
sync: true
matcher:
title: "^feature\\(.+\\): .+"
- label: kind/feature
sync: true
matcher:
title: "^feat\\(.+\\): .+"
- label: kind/fix
sync: true
matcher:
title: "^fix\\(.+\\): .+"
- label: kind/chore
sync: true
matcher:
title: "^chore\\(.+\\): .+"
- label: kind/refactor
sync: true
matcher:
title: "^refactor\\(.+\\): .+"
- label: kind/docs
sync: true
matcher:
title: "^docs\\(.+\\): .+"
- label: kind/dependencies
sync: true
matcher:
title: "^bump(\\(.+\\))?: .+"
- label: kind/dependencies
sync: true
matcher:
title: "^build(\\(.+\\))?: .+"
checks:
- context: "Semantic Pull Request"
url: "https://github.com/JellyfishSDK/jellyfish/blob/main/.github/labeler.yml"
description:
success: Ready for review & merge.
failure: "Missing semantic title or label for merge [kind(directory): title]"
labels:
any:
- kind/feature
- kind/fix
- kind/chore
- kind/refactor
- kind/docs
- kind/dependencies