Skip to content

Commit

Permalink
do it for the reminder too
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Dec 4, 2023
1 parent 35a2ea6 commit 3a15b06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/remind.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ async function main() {
q: `repo:electron/electron ${q}`,
sort: 'created',
});
if (items.length) {

// silence during quiet period
if (items.length && (new Date()).getMonth() < 11) {
const text =
`:blob-wave: *Reminder:* the <${searchUrl}|following PRs> are awaiting API review.\n` +
items
Expand Down

0 comments on commit 3a15b06

Please sign in to comment.