From da01cb6d3073194e47e3139351fe58d8c4b85eaa Mon Sep 17 00:00:00 2001 From: Shahzad Malik Muzaffar Date: Wed, 10 Jul 2024 12:13:08 +0200 Subject: [PATCH] recognize dataformat too for changes-dataformats label --- githublabels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/githublabels.py b/githublabels.py index 2de1609943a6..0eff75cf32ad 100644 --- a/githublabels.py +++ b/githublabels.py @@ -35,7 +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"], + "changes-dataformats": [LABEL_COLORS["doc"], "(change(s|)-|)dataformat(s|)", "mtype"], "performance-improvements": [ LABEL_COLORS["performance"], "performance|improvements|performance-improvements",