From df4812df26ab46fbf01b9bef420b094d2c25982e Mon Sep 17 00:00:00 2001 From: Daniel Wright Date: Wed, 8 Jul 2026 13:54:58 +1000 Subject: [PATCH] chore: update codeowners from devops to infrastructure Ticket: INF-1114 --- CODEOWNERS | 4 ++-- commitlint.config.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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-',