ci: fix stale closer action review sort bug (#2201)

This commit makes sure the PR staleness is checked by the latest review that
is done.
This commit is contained in:
Rick Staa
2022-10-16 12:18:21 +02:00
committed by GitHub
parent bb56e3bb7b
commit 1d10912646
3 changed files with 19 additions and 9 deletions
-1
View File
@@ -16,7 +16,6 @@ import { isValidHexColor } from "../src/common/utils.js";
import { themes } from "../themes/index.js";
import { getGithubToken, getRepoInfo } from "./helpers.js";
// Script variables.
const COMMENTER = "github-actions[bot]";
const COMMENT_TITLE = "Automated Theme Preview";