Skip to content

Commit

Permalink
chore: alphabetize labels (#18640)
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored Dec 6, 2023
1 parent 8c283c4 commit 0b26c89
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions .github/pr_labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
"C:CLI":
- client/**/*
- x/*/client/**/*
"C:Confix":
- tools/confix/**/*
"C:Cosmovisor":
- tools/cosmovisor/**/*
"C:Hubl":
- tools/hubl/**/*
"C:Keys":
- client/keys/**/*
"C:Simulations":
- x/simulation/**/*
- x/*/simulation/**/*
"C:Store":
- store/**/*
"C:collections":
- collections/**/*
"C:log":
- log/*
"C:orm":
- orm/**/*
"C:x/accounts":
- x/accounts/**/*
"C:x/auth":
Expand All @@ -6,6 +28,10 @@
- x/authz/**/*
"C:x/bank":
- x/bank/**/*
"C:x/circuit":
- x/circuit/**/*
"C:x/consensus":
- x/consensus/**/*
"C:x/crisis":
- x/crisis/**/*
"C:x/distribution":
Expand All @@ -26,33 +52,18 @@
- x/nft/**/*
"C:x/params":
- x/params/**/*
"C:Simulations":
- x/simulation/**/*
- x/*/simulation/**/*
"C:x/protocolpool":
- x/protocolpool/**/*
"C:x/slashing":
- x/slashing/**/*
"C:x/staking":
- x/staking/**/*
"C:x/upgrade":
- x/upgrade/**/*
"C:x/consensus":
- x/consensus/**/*
"C:x/circuit":
- x/circuit/**/*
"C:x/protocolpool":
- x/protocolpool/**/*
"C:x/tx":
- x/tx/**/*
"C:collections":
- collections/**/*
"C:Cosmovisor":
- tools/cosmovisor/**/*
"C:Confix":
- tools/confix/**/*
"C:Hubl":
- tools/hubl/**/*
"C:Keys":
- client/keys/**/*
"C:x/upgrade":
- x/upgrade/**/*
"Type: ADR":
- docs/architecture/**/*
"Type: Build":
- Makefile
- Dockerfile
Expand All @@ -63,14 +74,3 @@
- buf.yaml
- .mergify.yml
- .golangci.yml
"C:CLI":
- client/**/*
- x/*/client/**/*
"Type: ADR":
- docs/architecture/**/*
"C:Store":
- store/**/*
"C:orm":
- orm/**/*
"C:log":
- log/*

0 comments on commit 0b26c89

Please sign in to comment.