mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-09-08 06:17:24 +00:00
ci: increase invalid theme close time (#2210)
This commits increases the theme invalid close time to 20 days.
This commit is contained in:
@@ -127,7 +127,7 @@ const run = async () => {
|
||||
try {
|
||||
// Create octokit client.
|
||||
const dryRun = process.env.DRY_RUN === "true" || false;
|
||||
const staleDays = process.env.STALE_DAYS || 15;
|
||||
const staleDays = process.env.STALE_DAYS || 20;
|
||||
debug("Creating octokit client...");
|
||||
const octokit = github.getOctokit(getGithubToken());
|
||||
const { owner, repo } = getRepoInfo(github.context);
|
||||
|
||||
Reference in New Issue
Block a user