We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72bbdd1 commit c9e48b7Copy full SHA for c9e48b7
scripts/close-stale-theme-prs.js
@@ -10,7 +10,7 @@ import { RequestError } from "@octokit/request-error";
10
import { getGithubToken, getRepoInfo } from "./helpers.js";
11
12
const CLOSING_COMMENT = `
13
- \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.\
14
\rThank you for your contributions.
15
`;
16
const REVIEWER = "github-actions[bot]";
0 commit comments