ci: update theme stale close message

This commit is contained in:
Rick Staa 2022-11-18 11:05:10 +01:00
parent f9e95b166d
commit 56aa307094

View file

@ -10,7 +10,7 @@ import { RequestError } from "@octokit/request-error";
import { getGithubToken, getRepoInfo } from "./helpers.js";
const CLOSING_COMMENT = `
\rThis PR has been automatically closed due to inactivity. Please feel free to reopen it if you need to continue working on it.\
\rThis theme PR has been automatically closed due to inactivity. Please reopen it if you need to continue working on it.\
\rThank you for your contributions.
`;
const REVIEWER = "github-actions[bot]";