Skip to content

Commit

Permalink
Yet another go make CI happy, this time it is labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
pbukva committed Oct 31, 2024
1 parent 4ae1200 commit 5e541ec
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
"C:x/auth":
- x/auth/**/*
- "x/auth/**/*"
"C:x/authz":
- x/authz/**/*
- "x/authz/**/*"
"C:x/bank":
- x/bank/**/*
- "x/bank/**/*"
"C:x/capability":
- x/capability/**/*
- "x/capability/**/*"
"C:x/crisis":
- x/crisis/**/*
- "x/crisis/**/*"
"C:x/distribution":
- x/distribution/**/*
- "x/distribution/**/*"
"C:x/evidence":
- x/evidence/**/*
- "x/evidence/**/*"
"C:x/feegrant":
- x/feegrant/**/*
- "x/feegrant/**/*"
"C:x/genutil":
- x/genutil/**/*
- "x/genutil/**/*"
"C:x/gov":
- x/gov/**/*
- "x/gov/**/*"
"C:x/mint":
- x/mint/**/*
- "x/mint/**/*"
"C:x/params":
- x/params/**/*
- "x/params/**/*"
"C:Simulations":
- x/simulation/**/*
- x/*/simulation/**/*
- "x/simulation/**/*"
- "x/*/simulation/**/*"
"C:x/slashing":
- x/slashing/**/*
- "x/slashing/**/*"
"C:x/staking":
- x/staking/**/*
- "x/staking/**/*"
"C:x/upgrade":
- x/upgrade/**/*
- "x/upgrade/**/*"
"C:Cosmovisor":
- cosmovisor/**/*
- "cosmovisor/**/*"
"C:Rosetta":
- contrib/rosetta/**/*
- "contrib/rosetta/**/*"
"C:Keys":
- client/keys/**/*
- "client/keys/**/*"
"Type: Build":
- Makefile
- Dockerfile
- docker-compose.yml
- scripts/*
- "Makefile"
- "Dockerfile"
- "docker-compose.yml"
- "scripts/*"
"Type: CI":
- .github/**/*.yml
- buf.yaml
- .mergify.yml
- .golangci.yml
- ".github/**/*.yml"
- "buf.yaml"
- ".mergify.yml"
- ".golangci.yml"
"C:CLI":
- client/**/*
- x/*/client/**/*
- "client/**/*"
- "x/*/client/**/*"
"Type: ADR":
- docs/architecture/**/*
- "docs/architecture/**/*"

0 comments on commit 5e541ec

Please sign in to comment.