Exemplo n.º 1
0
        public void GetAllGitHubLabels(PerformContext context)
        {
            var gitHubService = new GitHubService();

            RecurringJob.AddOrUpdate(() => gitHubService.DownloadAllLabels(context), Cron.MonthInterval(12));
        }