From e74224aa4d7df1fa3f91a64af776eb3c1ac06de4 Mon Sep 17 00:00:00 2001 From: Joel Labes Date: Fri, 15 Apr 2022 03:50:27 +1200 Subject: [PATCH] Clarify steps to reopen a stale issue (#4802) I haven't added a message for stale PRs because they're likely to only impact the opening user (who I assume can reopen their own PR) and they're less of a problem. Happy to add that in as well, as well as to take feedback on the specific phrasing here. --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index dfd47c86508..1314f86f07e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,6 +12,7 @@ jobs: with: stale-issue-message: "This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please remove the stale label or comment on the issue, or it will be closed in 7 days." stale-pr-message: "This PR has been marked as Stale because it has been open for 180 days with no activity. If you would like the PR to remain open, please remove the stale label or comment on the PR, or it will be closed in 7 days." + close-issue-message: "Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest; add a comment to notify the maintainers." # mark issues/PRs stale when they haven't seen activity in 180 days days-before-stale: 180 # ignore checking issues with the following labels