incorporate IESG feedback on recipients
- Legacy-Id: 10095
This commit is contained in:
parent
d98e4152b5
commit
e3b607775b
ietf
|
@ -394,7 +394,7 @@ def make_mailtriggers(apps):
|
|||
|
||||
mt_factory(slug='last_call_expired',
|
||||
desc="Recipients when a last call has expired",
|
||||
to_slugs=['iesg',
|
||||
to_slugs=['doc_ad',
|
||||
'doc_notify',
|
||||
'doc_authors',
|
||||
'doc_shepherd',
|
||||
|
@ -526,7 +526,7 @@ def make_mailtriggers(apps):
|
|||
'rfc_editor',
|
||||
],
|
||||
cc_slugs=['iesg_secretary',
|
||||
'doc_ad',
|
||||
'iesg',
|
||||
'doc_notify',
|
||||
'doc_authors',
|
||||
'doc_shepherd',
|
||||
|
|
|
@ -5136,11 +5136,11 @@
|
|||
{
|
||||
"fields": {
|
||||
"cc": [
|
||||
"doc_ad",
|
||||
"doc_authors",
|
||||
"doc_group_chairs",
|
||||
"doc_notify",
|
||||
"doc_shepherd",
|
||||
"iesg",
|
||||
"iesg_secretary"
|
||||
],
|
||||
"to": [
|
||||
|
@ -5350,10 +5350,10 @@
|
|||
"iesg_secretary"
|
||||
],
|
||||
"to": [
|
||||
"doc_ad",
|
||||
"doc_authors",
|
||||
"doc_notify",
|
||||
"doc_shepherd",
|
||||
"iesg"
|
||||
"doc_shepherd"
|
||||
],
|
||||
"desc": "Recipients when a last call has expired"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue