From db4094239d48b84182058a99e0c784e732ccfaea Mon Sep 17 00:00:00 2001 From: Shahzad Malik Muzaffar Date: Wed, 10 Jul 2024 12:09:40 +0200 Subject: [PATCH] allow to add changes-dataformats labels by an explicit comment by L2/ORP --- githublabels.py | 1 + 1 file changed, 1 insertion(+) diff --git a/githublabels.py b/githublabels.py index 1eeb84e720b0..2de1609943a6 100644 --- a/githublabels.py +++ b/githublabels.py @@ -35,6 +35,7 @@ def get_dpg_pog(): "root": [LABEL_COLORS["info"], "root", "mtype"], "documentation": [LABEL_COLORS["doc"], "doc(umentation|)", "mtype"], "hlt-integration": [LABEL_COLORS["doc"], "hlt-int(egration|)", "mtype"], + "changes-dataformats": [LABEL_COLORS["doc"], "(change(s|)-|)dataformats", "mtype"], "performance-improvements": [ LABEL_COLORS["performance"], "performance|improvements|performance-improvements",