forked from coinbase/onchainkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabeler.yml
43 lines (33 loc) · 767 Bytes
/
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
root:
- changed-files:
- any-glob-to-any-file: '*'
documentation:
- changed-files:
- any-glob-to-any-file: site/**
'pkg: core':
- changed-files:
- any-glob-to-any-file: src/core/**
'pkg: fund':
- changed-files:
- any-glob-to-any-file: src/fund/**
'pkg: identity':
- changed-files:
- any-glob-to-any-file: src/identity/**
'pkg: network':
- changed-files:
- any-glob-to-any-file: src/network/**
'pkg: styles':
- changed-files:
- any-glob-to-any-file: src/styles/**
'pkg: swap':
- changed-files:
- any-glob-to-any-file: src/swap/**
'pkg: token':
- changed-files:
- any-glob-to-any-file: src/token/**
'pkg: utils':
- changed-files:
- any-glob-to-any-file: src/utils/**
'pkg: wallet':
- changed-files:
- any-glob-to-any-file: src/wallet/**