forked from evmos/evmos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
labeler.yml
57 lines (57 loc) · 1.07 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
proto:
- changed-files:
- any-glob-to-any-file: [
"proto/**/*",
"**/*.pb.go",
"**/*.pb.gw.go"
]
types:
- changed-files:
- any-glob-to-any-file: [
"types/**/*",
]
build:
- changed-files:
- any-glob-to-any-file: [
"Makefile",
"Dockerfile",
"docker-compose.yml",
"scripts/*",
"config.yml",
]
CI:
- changed-files:
- any-glob-to-any-file: [
".github/**/*",
".mergify.yml",
".golangci.yml",
"buf.yaml",
]
CLI:
- changed-files:
- any-glob-to-any-file: [
"client/**/*",
"x/*/client/**/*",
]
tests:
- changed-files:
- any-glob-to-any-file: [
"tests/**/*",
"testutil/**/*",
"**/*_test.go",
]
contracts:
- changed-files:
- any-glob-to-any-file: [
"contracts/**/*",
"*.sol",
]
precompile:
- changed-files:
- any-glob-to-any-file: [
"precompiles/**/*",
]
release:
- base-branch: "^release/"
feature:
- head-branch: "^feat/"