We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e48b7 commit 653de7cCopy full SHA for 653de7c
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 theme PR has been automatically closed due to inactivity. Please 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 want to continue working on it.\
14
\rThank you for your contributions.
15
`;
16
const REVIEWER = "github-actions[bot]";
0 commit comments