refactor: remove outdated scopes

This commit is contained in:
Prad Nukala 2024-12-30 14:18:33 -05:00
parent 0a7b7d9fe2
commit 571fb6100b
2 changed files with 8 additions and 12 deletions

View File

@ -1,5 +1,3 @@
"@pr/feature": ["feature/*", "feat/*"] "feature": ["feature/*", "feat/*"]
"@pr/fix": fix/* "bugfix": fix/*
"@pr/chore": chore/* "enhancement": enhancement/*
"@pr/docs": docs/*
"@pr/refactor": refactor/*

12
.github/scopes.json vendored
View File

@ -2,19 +2,17 @@
"scopes": [ "scopes": [
"core-chain", "core-chain",
"core-ibc", "core-ibc",
"crypto-mpc",
"crypto-ucan",
"crypto-zkp",
"sonr-hway", "sonr-hway",
"sonr-orm", "sonr-matrix",
"sonr-motr", "sonr-motr",
"sonr-chat",
"x-did", "x-did",
"x-dwn", "x-dwn",
"x-svc", "x-svc",
"security-mpc",
"security-ucan",
"security-zkp",
"ci-cd", "ci-cd",
"dev-ops", "dev-ops"
"wasm-worker"
], ],
"docs": [ "docs": [
{ {