From 2a3ea4b8b40c5aeadfa70ce1118fbd1d00546039 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Sat, 25 Oct 2025 13:55:05 -0400 Subject: [PATCH] chore(config): Add Repo.toml --- .github/Repo.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/Repo.toml diff --git a/.github/Repo.toml b/.github/Repo.toml new file mode 100644 index 000000000..25ab1ab3d --- /dev/null +++ b/.github/Repo.toml @@ -0,0 +1,18 @@ +[scopes] +deps = ["go.sum", "go.mod"] +cli = ["src", "package.json", "app/commands"] +api = ["api/dex", "api/did", "api/dwn", "api/svc", "api"] +ante = ["app/ante"] +app = ["app/context", "app/decorators", "app/params", "app/upgrades", "app"] +chains = ["chains"] +cmd = ["cmd/snrd", "cmd"] +docs = ["docs"] +config = ["networks/localnet", "networks/testnet", "networks"] +dex = ["proto/dex", "x/dex"] +did = ["proto/did", "x/did"] +dwn = ["proto/dwn", "x/dwn"] +svc = ["proto/svc", "x/svc"] +proto = ["proto"] +scripts = ["scripts"] +test = ["test/e2e", "test/integration", "test/oauth", "test"] +ci = ["Makefile", ".github"]