Skip to content

Commit

Permalink
recognize dataformat too for changes-dataformats label
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Jul 10, 2024
1 parent 8ae2bbb commit da01cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githublabels.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit da01cb6

Please sign in to comment.