From e0e0d34b7b6025e3998169a31bf7e89d9ba4be7d Mon Sep 17 00:00:00 2001 From: James Callaghan Date: Sat, 6 Jun 2020 18:28:00 +0100 Subject: [PATCH] Changed day to avoid throttling The app appears to have a rush over the weekend, particularly on a Sunday. Moving to mid-week to avoid throttling. Relate: probot/weekly-digest#74 --- .github/weekly-digest.ym | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/weekly-digest.ym b/.github/weekly-digest.ym index dc033ab..da4aa6d 100644 --- a/.github/weekly-digest.ym +++ b/.github/weekly-digest.ym @@ -1,5 +1,5 @@ # Configuration for weekly-digest - https://github.com/apps/weekly-digest -publishDay: sat +publishDay: wed canPublishIssues: true canPublishPullRequests: true canPublishContributors: true