Add match for "IESG state changed"
- Legacy-Id: 7130
This commit is contained in:
parent
87ca10d122
commit
886b6df981
|
@ -154,6 +154,7 @@ def state_age_colored(doc):
|
|||
Q(desc__istartswith="Draft Added by ")|
|
||||
Q(desc__istartswith="Draft Added in state ")|
|
||||
Q(desc__istartswith="Draft added in state ")|
|
||||
Q(desc__istartswith="IESG state changed to ")|
|
||||
Q(desc__istartswith="State changed to ")|
|
||||
Q(desc__istartswith="State Changes to ")|
|
||||
Q(desc__istartswith="Sub state has been changed to ")|
|
||||
|
|
Loading…
Reference in a new issue