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: .github/workflows/scripts/nugetSlackNotifications/Program.cs
+27-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
usingNewRelic.Api.Agent;
2
+
usingOctokit;
2
3
usingSerilog;
3
-
usingSerilog.Core;
4
4
usingSystem;
5
5
usingSystem.Collections.Generic;
6
6
usingSystem.Net;
@@ -23,6 +23,7 @@ public class Program
23
23
privatestaticreadonlyint_daysToSearch=int.TryParse(Environment.GetEnvironmentVariable("DOTTY_DAYS_TO_SEARCH"),outvardays)?days:1;// How many days of package release history to scan for changes
if(_newVersions.Count>0&&_githubToken!=null&&!_testMode)// only message channel if there's package updates to report AND we have a GH token from the environment AND we're not in test mode
0 commit comments