Skip to content

Commit

Permalink
Change regex
Browse files Browse the repository at this point in the history
  • Loading branch information
aandvalenzuela committed Jan 25, 2024
1 parent 32b617c commit 0f96f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/cms_sw/cms_docker/githublabels.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
TYPE_COMMANDS[arch] = [LABEL_COLORS["doc"], "%s-[0-9a-f]+" % arch, "mtype", True]
TYPE_COMMANDS[arch + "-cms-docker"] = [
LABEL_COLORS["doc"],
"%s[-a-z]*-(queued|building|done|error)" % arch,
"%s-([a-z]+-|)(queued|building|done|error)" % arch,
"mtype",
True,
"state",
Expand Down

0 comments on commit 0f96f4a

Please sign in to comment.