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
Copy file name to clipboardExpand all lines: src/handlers/major_change.rs
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -705,7 +705,8 @@ async fn try_accept_mcp(
705
705
706
706
format!(
707
707
r"
708
-
Progress of this major change will be tracked in the tracking issue at {}#{}.
708
+
> [!NOTE]
709
+
> Further progress is now tracked over at {}#{}.
709
710
",
710
711
&issue_repo, tracking_issue.number
711
712
)
@@ -717,11 +718,12 @@ Progress of this major change will be tracked in the tracking issue at {}#{}.
717
718
.post_comment(
718
719
&ctx.github,
719
720
&format!(
720
-
r"The final comment period is now complete, this major change is now **accepted**.
721
-
{tracking_issue_text}
722
-
As the automated representative, I would like to thank the author for their work and everyone else who contributed to this major change proposal.
721
+
r"The final comment period is now complete, this major change is now **accepted**. :tada:
723
722
724
-
*If you think this major change shouldn't have been accepted, feel free to remove the `{}` label and reopen this issue.*",
723
+
As the automated representative, I want to express gratitude to the author for their work and everyone else who contributed to this major change proposal.
724
+
725
+
*If you think this major change shouldn't have been accepted, feel free to remove the `{}` label and reopen this issue.*
0 commit comments