-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpr-labeler.sample.yml
56 lines (46 loc) · 1.17 KB
/
pr-labeler.sample.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
settings:
process-closed-prs: false
process-merged-prs: false
remove-labels: true
remove-keyword-labels: false
has-milestone-label: "milestone-detected"
has-comments-label: "comments-detected"
has-review-comments-label: "yay-reviews"
is-mergeable-label: "can-be-merged"
is-draft-label: "drafting"
path-labels:
frontend: ["*.js", "*.css", "*.html"]
backend: ["/app/*"]
ci: ["/.ci/*"]
target-branch-labels:
label-name: ["master", "feature-branch"]
experimental: ["experiments"]
title-keyword-labels:
in-progress: ["WiP"]
description-keyword-labels:
label: ["word-occurance"]
commit-count-labels:
- greater-than-equal: 10
less-than: 100
label: reasonably-many-commits
- greater-than: 100
label: too-many-commits
line-changes-labels:
- greater-than: 300
less-than-equal: 1000
label: medium
- greater-than: 1000
label: large
line-addition-labels:
- greater-than: 1
less-than: 10
label: few-lines
- greater-than-equal: 1000
label: too-many-lines
line-deletion-labels:
- less-than: 10
label: few-lines-deleted
- greater-than: 2000
label: too-many-lines-deleted
author-labels:
theforce-label: ["darthvader"]