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: tools/github-event-processor/Azure.Sdk.Tools.GitHubEventProcessor/EventProcessing/ScheduledEventProcessing.cs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -559,11 +559,11 @@ public static async Task LockClosedIssues(GitHubEventClient gitHubEventClient, S
559
559
/// Resulting Action:
560
560
/// Close the issue
561
561
/// Add a comment: Hi @{issue.User.Login}, we deeply appreciate your input into this project. Regrettably,
562
-
/// this issue has remained inactive for over 2 years, leading us to the decision to close it.
563
-
/// We've implemented this policy to maintain the relevance of our issue queue and facilitate
564
-
/// easier navigation for new contributors. If you still believe this topic requires attention,
565
-
/// please feel free to create a new issue, referencing this one. Thank you for your understanding
566
-
/// and ongoing support.
562
+
/// this issue has remained unresolved for over 2 years and inactive for 30 days, leading us
563
+
/// to the decision to close it. We've implemented this policy to maintain the relevance of
564
+
/// our issue queue and facilitate easier navigation for new contributors. If you still believe
565
+
/// this topic requires attention, please feel free to create a new issue, referencing this
566
+
/// one. Thank you for your understanding and ongoing support.
@@ -611,7 +611,7 @@ public static async Task EnforceMaxLifeOfIssues(GitHubEventClient gitHubEventCli
611
611
issue.Number,
612
612
issueUpdate);
613
613
// Add a comment
614
-
stringcomment=$"Hi @{issue.User.Login}, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.";
614
+
stringcomment=$"Hi @{issue.User.Login}, we deeply appreciate your input into this project. Regrettably, this issue has remained unresolved for over 2 years and inactive for 30 days, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.";
0 commit comments