From 551171299c41922c82b4ad773ee2a2a59e91e13f Mon Sep 17 00:00:00 2001 From: Ezequiel Korenblum Date: Tue, 16 Apr 2024 10:55:55 -0300 Subject: [PATCH] ci(root): add DX prefix to commitlint The DX prefix is used by the DevEx team, and commits referencing DevEx tickets would fail if this isn't added Refs DX-315 TICKET: DX-315 --- commitlint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commitlint.config.js b/commitlint.config.js index bf0dcbd698..611c975d54 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -29,6 +29,7 @@ module.exports = { 'DES-', 'DO-', 'DOS-', + 'DX-', 'EA-', 'ERC20-', 'FAC-',