You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.debug(f"Asking {reviewers_string} for review")
1600
+
logger.debug("Asking %s for review", reviewers_string)
1601
1601
1602
1602
create_notification(
1603
1603
event="review_requested", # TODO: - if 'review_requested' functionality will be supported by API as well, 'create_notification' needs to be migrated to place where it will be able to cover actions from both interfaces
0 commit comments