|
| 1 | +--- |
1 | 2 | "C:x/auth": |
2 | | - - x/auth/**/* |
| 3 | + - changed-files: |
| 4 | + - any-glob-to-any-file: x/auth/**/* |
3 | 5 | "C:x/authz": |
4 | | - - x/authz/**/* |
| 6 | + - changed-files: |
| 7 | + - any-glob-to-any-file: x/authz/**/* |
5 | 8 | "C:x/bank": |
6 | | - - x/bank/**/* |
| 9 | + - changed-files: |
| 10 | + - any-glob-to-any-file: x/bank/**/* |
7 | 11 | "C:x/capability": |
8 | | - - x/capability/**/* |
| 12 | + - changed-files: |
| 13 | + - any-glob-to-any-file: x/capability/**/* |
9 | 14 | "C:x/crisis": |
10 | | - - x/crisis/**/* |
| 15 | + - changed-files: |
| 16 | + - any-glob-to-any-file: x/crisis/**/* |
11 | 17 | "C:x/distribution": |
12 | | - - x/distribution/**/* |
| 18 | + - changed-files: |
| 19 | + - any-glob-to-any-file: x/distribution/**/* |
13 | 20 | "C:x/evidence": |
14 | | - - x/evidence/**/* |
| 21 | + - changed-files: |
| 22 | + - any-glob-to-any-file: x/evidence/**/* |
15 | 23 | "C:x/feegrant": |
16 | | - - x/feegrant/**/* |
| 24 | + - changed-files: |
| 25 | + - any-glob-to-any-file: x/feegrant/**/* |
17 | 26 | "C:x/genutil": |
18 | | - - x/genutil/**/* |
| 27 | + - changed-files: |
| 28 | + - any-glob-to-any-file: x/genutil/**/* |
19 | 29 | "C:x/gov": |
20 | | - - x/gov/**/* |
21 | | -"C:x/group": |
22 | | - - x/group/**/* |
| 30 | + - changed-files: |
| 31 | + - any-glob-to-any-file: x/gov/**/* |
23 | 32 | "C:x/mint": |
24 | | - - x/mint/**/* |
25 | | -"C:x/nft": |
26 | | - - x/nft/**/* |
| 33 | + - changed-files: |
| 34 | + - any-glob-to-any-file: x/mint/**/* |
27 | 35 | "C:x/params": |
28 | | - - x/params/**/* |
| 36 | + - changed-files: |
| 37 | + - any-glob-to-any-file: x/params/**/* |
29 | 38 | "C:Simulations": |
30 | | - - x/simulation/**/* |
31 | | - - x/*/simulation/**/* |
| 39 | + - changed-files: |
| 40 | + - any-glob-to-any-file: x/simulation/**/* |
| 41 | + - any-glob-to-any-file: x/*/simulation/**/* |
32 | 42 | "C:x/slashing": |
33 | | - - x/slashing/**/* |
| 43 | + - changed-files: |
| 44 | + - any-glob-to-any-file: x/slashing/**/* |
34 | 45 | "C:x/staking": |
35 | | - - x/staking/**/* |
| 46 | + - changed-files: |
| 47 | + - any-glob-to-any-file: x/staking/**/* |
36 | 48 | "C:x/upgrade": |
37 | | - - x/upgrade/**/* |
| 49 | + - changed-files: |
| 50 | + - any-glob-to-any-file: x/upgrade/**/* |
38 | 51 | "C:Cosmovisor": |
39 | | - - tools/cosmovisor/**/* |
| 52 | + - changed-files: |
| 53 | + - any-glob-to-any-file: cosmovisor/**/* |
40 | 54 | "C:Rosetta": |
41 | | - - contrib/rosetta/**/* |
42 | | - - tools/rosetta/**/* |
| 55 | + - changed-files: |
| 56 | + - any-glob-to-any-file: contrib/rosetta/**/* |
43 | 57 | "C:Keys": |
44 | | - - client/keys/**/* |
| 58 | + - changed-files: |
| 59 | + - any-glob-to-any-file: client/keys/**/* |
45 | 60 | "Type: Build": |
46 | | - - Makefile |
47 | | - - Dockerfile |
48 | | - - docker-compose.yml |
49 | | - - scripts/* |
| 61 | + - changed-files: |
| 62 | + - any-glob-to-any-file: Makefile |
| 63 | + - any-glob-to-any-file: Dockerfile |
| 64 | + - any-glob-to-any-file: docker-compose.yml |
| 65 | + - any-glob-to-any-file: scripts/* |
50 | 66 | "Type: CI": |
51 | | - - .github/**/*.yml |
52 | | - - buf.yaml |
53 | | - - .mergify.yml |
54 | | - - .golangci.yml |
| 67 | + - changed-files: |
| 68 | + - any-glob-to-any-file: .github/**/*.yml |
| 69 | + - any-glob-to-any-file: buf.yaml |
| 70 | + - any-glob-to-any-file: .mergify.yml |
| 71 | + - any-glob-to-any-file: .golangci.yml |
55 | 72 | "C:CLI": |
56 | | - - client/**/* |
| 73 | + - changed-files: |
| 74 | + - any-glob-to-any-file: client/**/* |
57 | 75 | - x/*/client/**/* |
58 | 76 | "Type: ADR": |
59 | | - - docs/architecture/**/* |
60 | | -"C:container": |
61 | | - - container/**/* |
62 | | -"C:Store": |
63 | | - - store/**/* |
64 | | -"C:orm": |
65 | | - - orm/**/* |
| 77 | + - changed-files: |
| 78 | + - any-glob-to-any-file: docs/architecture/**/* |
0 commit comments