Skip to content

Commit

Permalink
YDA-5626: add default Yoda logo to SRAM post CO payload
Browse files Browse the repository at this point in the history
Co-authored-by: Sirjan Kaur <[email protected]>
  • Loading branch information
lwesterhof and kaur16 authored Mar 22, 2024
1 parent 521d93b commit 6e31692
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sram.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ def sram_post_collaboration(ctx, group_name, description):
"disable_join_requests": disable_join_requests,
"disclose_member_information": True,
"disclose_email_information": True,
"administrators": [session_vars.get_map(ctx.rei)["client_user"]["user_name"]]
"administrators": [session_vars.get_map(ctx.rei)["client_user"]["user_name"]],
"logo": config.sram_co_logo_url
}

if config.sram_verbose_logging:
Expand Down
1 change: 1 addition & 0 deletions util/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def __repr__(self):
sram_flow=None,
sram_verbose_logging=False,
sram_tls_verify=True,
sram_co_logo_url=None,
arb_enabled=False,
arb_exempt_resources=[],
arb_min_gb_free=0,
Expand Down

0 comments on commit 6e31692

Please sign in to comment.