Skip to content

Commit b183273

Browse files
committed
Add new tag 'rev-wg' to the list of valid annotation tags for the ietf stream. Note: This list and those on nearby lines needs to be refactored into a table, instead of sitting in the code.
- Legacy-Id: 5623
1 parent 52a9023 commit b183273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def get_state_types(doc):
2727

2828
def get_tags_for_stream_id(stream_id):
2929
if stream_id == "ietf":
30-
return ["w-expert", "w-extern", "w-merge", "need-aut", "w-refdoc", "w-refing", "rev-wglc", "rev-ad", "rev-iesg", "sheph-u", "other"]
30+
return ["w-expert", "w-extern", "w-merge", "need-aut", "w-refdoc", "w-refing", "rev-wg", "rev-wglc", "rev-ad", "rev-iesg", "sheph-u", "other"]
3131
elif stream_id == "iab":
3232
return ["need-ed", "w-part", "w-review", "need-rev", "sh-f-up"]
3333
elif stream_id == "irtf":

0 commit comments

Comments
 (0)