update labeler.yml with shortened labels (#9303)

This commit is contained in:
Aaron Craelius 2021-05-11 17:34:20 -04:00 committed by GitHub
parent e79157c067
commit 4631794455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 20 deletions

40
.github/labeler.yml vendored
View File

@ -1,41 +1,41 @@
"Scope: x/auth": "C:x/auth":
- x/auth/**/* - x/auth/**/*
"Scope: x/authz": "C:x/authz":
- x/authz/**/* - x/authz/**/*
"Scope: x/bank": "C:x/bank":
- x/bank/**/* - x/bank/**/*
"Scope: x/capability": "C:x/capability":
- x/capability/**/* - x/capability/**/*
"Scope: x/crisis": "C:x/crisis":
- x/crisis/**/* - x/crisis/**/*
"Scope: x/distribution": "C:x/distribution":
- x/distribution/**/* - x/distribution/**/*
"Scope: x/evidence": "C:x/evidence":
- x/evidence/**/* - x/evidence/**/*
"Scope: x/feegrant": "C:x/feegrant":
- x/feegrant/**/* - x/feegrant/**/*
"Scope: x/genutil": "C:x/genutil":
- x/genutil/**/* - x/genutil/**/*
"Scope: x/gov": "C:x/gov":
- x/gov/**/* - x/gov/**/*
"Scope: x/mint": "C:x/mint":
- x/mint/**/* - x/mint/**/*
"Scope: x/params": "C:x/params":
- x/params/**/* - x/params/**/*
"Scope: Simulations": "C:Simulations":
- x/simulation/**/* - x/simulation/**/*
- x/*/simulation/**/* - x/*/simulation/**/*
"Scope: x/slashing": "C:x/slashing":
- x/slashing/**/* - x/slashing/**/*
"Scope: x/staking": "C:x/staking":
- x/staking/**/* - x/staking/**/*
"Scope: x/upgrade": "C:x/upgrade":
- x/upgrade/**/* - x/upgrade/**/*
"Scope: Cosmovisor": "C:Cosmovisor":
- cosmovisor/**/* - cosmovisor/**/*
"Scope: Rosetta": "C:Rosetta":
- contrib/rosetta/**/* - contrib/rosetta/**/*
"Scope: Keys": "C:Keys":
- client/keys/**/* - client/keys/**/*
"Type: Build": "Type: Build":
- Makefile - Makefile
@ -47,7 +47,7 @@
- buf.yaml - buf.yaml
- .mergify.yml - .mergify.yml
- .golangci.yml - .golangci.yml
"Scope: CLI": "C:CLI":
- client/**/* - client/**/*
- x/*/client/**/* - x/*/client/**/*
"Type: Docs": "Type: Docs":