ci: update labeler.yml (#10603)

This commit is contained in:
Aaron Craelius 2021-11-24 03:15:52 -05:00 committed by GitHub
parent d03469165a
commit 36651b03be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
.github/labeler.yml vendored
View File

@ -20,6 +20,8 @@
- x/gov/**/* - x/gov/**/*
"C:x/mint": "C:x/mint":
- x/mint/**/* - x/mint/**/*
"C:x/nft":
- x/nft/**/*
"C:x/params": "C:x/params":
- x/params/**/* - x/params/**/*
"C:Simulations": "C:Simulations":
@ -54,3 +56,8 @@
- docs/architecture/**/* - docs/architecture/**/*
"C:container": "C:container":
- container/**/* - container/**/*
"C:Store":
- store/**/*
- db/**/*
"C:orm":
- orm/**/*