From c9ee74998162bfcf14b9b95e1bbfdfc34fbd0c57 Mon Sep 17 00:00:00 2001 From: Aki Hamano Date: Sat, 4 Oct 2025 11:32:47 +0900 Subject: [PATCH] Changelog automation: add "Collaboration" mapping --- bin/plugin/commands/changelog.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/plugin/commands/changelog.js b/bin/plugin/commands/changelog.js index edb81aa0ca6515..bba136cdd8f91f 100644 --- a/bin/plugin/commands/changelog.js +++ b/bin/plugin/commands/changelog.js @@ -96,6 +96,8 @@ const LABEL_TYPE_MAPPING = { * @type {Record} */ const LABEL_FEATURE_MAPPING = { + '[Feature] Real-time Collaboration': 'Collaboration', + '[Feature] Block Commenting': 'Collaboration', '[Feature] Widgets Screen': 'Widgets Editor', '[Feature] Widgets Customizer': 'Widgets Editor', '[Feature] Design Tools': 'Design Tools',