We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c6bdf commit 99554adCopy full SHA for 99554ad
aws/lambda/pytorch-auto-revert/pytorch_auto_revert/signal_actions.py
@@ -594,7 +594,7 @@ def _comment_issue_pr_revert(
594
# used both to revert and notify
595
breaking_notification_msg = "This PR is breaking the following workflows:\n"
596
for workflow_name, sources in workflow_groups.items():
597
- all_signals = ", ".join([source.signal_name for source in sources])
+ all_signals = ", ".join([source.key for source in sources])
598
breaking_notification_msg += f"- {workflow_name}: {all_signals}\n"
599
600
try:
0 commit comments