Skip to content

Commit

Permalink
Only send org/repo in the message to Monarch
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebrownlee committed Jan 1, 2025
1 parent 70cca0f commit 0b996c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LearningAPI/views/team_maker_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def create(self, request):
# Publish a message to the channel_migrate_issue_tickets channel on redis to start migrating tickets
message = json.dumps({
'notification_channel': cohort.slack_channel,
'source_repo': project.client_template_url,
'source_repo': project.client_template_url.split('/')[-2],
'all_target_repositories': issue_target_repos
})
valkey_client.publish('channel_migrate_issue_tickets', message)
Expand Down

0 comments on commit 0b996c0

Please sign in to comment.