Skip to content

Commit 102452a

Browse files
committed
Add official email for ISE Chair
- Legacy-Id: 3960
1 parent 57e553e commit 102452a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

redesign/importing/import-roles.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@
115115

116116
if o.id == OldRole.RSOC_CHAIR:
117117
official_email, _ = Email.objects.get_or_create(address="rsoc-chair@iab.org")
118+
119+
if o.id == 9:
120+
official_email, _ = Email.objects.get_or_create(address="rfc-ise@rfc-editor.org")
118121

119122
group = Group.objects.get(acronym=acronym)
120123

0 commit comments

Comments
 (0)