Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Add a message for both stale and closed issues and PRs (#4486)
Browse files Browse the repository at this point in the history
Add a message for both stale and closed issues and PRs. This gives the
user an explanation why it was marked as stale (or closed). It also
gives instructions (comment or update) on how to remove the stale label
and reset the stale day counter.

Signed-off-by: Thomas Stringer <[email protected]>
  • Loading branch information
trstringer authored Jan 27, 2022
1 parent 3849554 commit b6a32c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ jobs:
stale-issue-label: 'stale'
stale-pr-label: 'stale'
exempt-all-milestones: true
stale-issue-message: >
This issue will be closed due to a long period of inactivity. If you
would like this issue to remain open then please comment or update.
stale-pr-message: >
This PR will be closed due to a long period of inactivity. If you
would like this PR to remain open then please comment or update.
close-issue-message: Issue closed due to inactivity.
close-pr-message: PR closed due to inactivity.

0 comments on commit b6a32c2

Please sign in to comment.