Skip to content

Commit 200052a

Browse files
committed
chore: adjust days to 90 for popular
1 parent 78db93b commit 200052a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/activity/src/popular-issues.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { WebClient } from '@slack/web-api'
44
import { daysAgo } from './lib/utils'
55
import { SlimIssue } from './types'
66

7-
const DAYS_WINDOW = 60
7+
const DAYS_WINDOW = 90
88

99
function generateText(issues: SlimIssue[]) {
1010
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

Comments
 (0)