Skip to content

Commit e3b6077

Browse files
committed
incorporate IESG feedback on recipients
- Legacy-Id: 10095
1 parent d98e415 commit e3b6077

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

ietf/mailtrigger/migrations/0002_auto_20150809_1314.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def mt_factory(slug,desc,to_slugs,cc_slugs=[]):
394394

395395
mt_factory(slug='last_call_expired',
396396
desc="Recipients when a last call has expired",
397-
to_slugs=['iesg',
397+
to_slugs=['doc_ad',
398398
'doc_notify',
399399
'doc_authors',
400400
'doc_shepherd',
@@ -526,7 +526,7 @@ def mt_factory(slug,desc,to_slugs,cc_slugs=[]):
526526
'rfc_editor',
527527
],
528528
cc_slugs=['iesg_secretary',
529-
'doc_ad',
529+
'iesg',
530530
'doc_notify',
531531
'doc_authors',
532532
'doc_shepherd',

ietf/name/fixtures/names.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5136,11 +5136,11 @@
51365136
{
51375137
"fields": {
51385138
"cc": [
5139-
"doc_ad",
51405139
"doc_authors",
51415140
"doc_group_chairs",
51425141
"doc_notify",
51435142
"doc_shepherd",
5143+
"iesg",
51445144
"iesg_secretary"
51455145
],
51465146
"to": [
@@ -5350,10 +5350,10 @@
53505350
"iesg_secretary"
53515351
],
53525352
"to": [
5353+
"doc_ad",
53535354
"doc_authors",
53545355
"doc_notify",
5355-
"doc_shepherd",
5356-
"iesg"
5356+
"doc_shepherd"
53575357
],
53585358
"desc": "Recipients when a last call has expired"
53595359
},

0 commit comments

Comments
 (0)