From fb71b61cbb9e3d57c53e6ae8e515dd39320839fe Mon Sep 17 00:00:00 2001 From: marbar3778 Date: Wed, 6 Dec 2023 14:55:05 +0100 Subject: [PATCH] alphabetalize labels --- .github/pr_labeler.yml | 64 +++++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/.github/pr_labeler.yml b/.github/pr_labeler.yml index 76cc7bc59c21..4776f36cbda7 100644 --- a/.github/pr_labeler.yml +++ b/.github/pr_labeler.yml @@ -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": @@ -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": @@ -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 @@ -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/*