We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78db93b commit 200052aCopy full SHA for 200052a
1 file changed
.github/actions/activity/src/popular-issues.ts
@@ -4,7 +4,7 @@ import { WebClient } from '@slack/web-api'
4
import { daysAgo } from './lib/utils'
5
import { SlimIssue } from './types'
6
7
-const DAYS_WINDOW = 60
+const DAYS_WINDOW = 90
8
9
function generateText(issues: SlimIssue[]) {
10
let text = `*A list of the top 10 issues sorted by the most reactions over the last ${DAYS_WINDOW} days:*\n\n`
0 commit comments