ci: increase invalid theme close time (#2210)

This commits increases the theme invalid close time to 20 days.
This commit is contained in:
Rick Staa
2022-10-18 17:15:25 +02:00
committed by GitHub
parent 1d10912646
commit dcc4ccd18c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,5 +26,5 @@ jobs:
- run: npm run close-stale-theme-prs
env:
STALE_DAYS: 15
STALE_DAYS: 20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}