diff --git a/CODEOWNERS b/CODEOWNERS index c1b5e4326e..6ec2b8b97b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -161,10 +161,10 @@ /DEVELOPERS.md @BitGo/coins @BitGo/wallet-core @BitGo/wallet-core-india /commitlint.config.js @BitGo/coins @BitGo/wallet-core @BitGo/wallet-core-india /Dockerfile @BitGo/coins @BitGo/wallet-core @BitGo/wallet-core-india -/lerna.json @BitGo/coins @BitGo/wallet-core @BitGo/wallet-core-india @BitGo/devops +/lerna.json @BitGo/coins @BitGo/wallet-core @BitGo/wallet-core-india @BitGo/infrastructure /package.json @BitGo/sdk-reviewers **/package.json @BitGo/sdk-reviewers -/tsconfig.json @BitGo/coins @BitGo/wallet-core @BitGo/wallet-core-india @BitGo/devops +/tsconfig.json @BitGo/coins @BitGo/wallet-core @BitGo/wallet-core-india @BitGo/infrastructure /tsconfig.packages.json @BitGo/coins @BitGo/wallet-core @BitGo/wallet-core-india /yarn.lock @BitGo/sdk-reviewers /.iyarc @BitGo/wallet-core @BitGo/wallet-core-india @BitGo/hsm @BitGo/velocity diff --git a/commitlint.config.js b/commitlint.config.js index a886231017..b1e893aae0 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -36,7 +36,6 @@ module.exports = { 'CSI-', 'DE-', 'DES-', - 'DO-', 'DOS-', 'DX-', 'EA-', @@ -49,6 +48,7 @@ module.exports = { 'GRC-', 'HSM-', 'INC-', + 'INF-', 'IR-', 'IS-', 'ITHD-',