Skip to content

Commit 14b94f8

Browse files
authored
Update stale.yaml
adding closure messages
1 parent 6ea3b24 commit 14b94f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/stale.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ jobs:
1515
- uses: actions/stale@v9.0.0
1616
name: Clean up stale PRs and Issues
1717
with:
18-
stale-pr-message: "👋 This pull request has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the `Keep` label to hold stale off permanently, or do nothing. If you do nothing, this pull request will be closed eventually by the stale bot. Please see CONTRIBUTING.md for more policy details."
18+
stale-pr-message: "👋 This pull request has been marked as stale because it has been open with no activity for 180 days. You can: comment on the PR or remove the stale label to hold stalebot off for a while, add the `Keep` label to hold stale off permanently, or do nothing. If you do nothing, this pull request will be closed eventually by the stalebot. Please see CONTRIBUTING.md for more policy details."
1919
stale-pr-label: "Stale"
20+
close-pr-message: "👋 This pull request has been closed by stalebot because it has been open with no activity for over 180 days. Please see CONTRIBUTING.md for more policy details."
2021
stale-issue-label: "Stale"
22+
stale-issue-message: "👋 This issue has been marked as stale because it has been open with no activity for 180 days. You can: comment on the issue or remove the stale label to hold stalebot off for a while, add the `Keep` label to hold stale off permanently, or do nothing. If you do nothing, this issue will be closed eventually by the stalebot. Please see CONTRIBUTING.md for more policy details."
23+
close-issue-message: "👋 This issue has been closed by stalebot because it has been open with no activity for over 180 days. Please see CONTRIBUTING.md for more policy details."
2124
exempt-pr-labels: "Keep" # a "Keep" label will keep the PR from being closed as stale
2225
exempt-issue-labels: "Keep" # a "Keep" label will keep the issue from being closed as stale
2326
days-before-pr-stale: 180 # when the PR is considered stale

0 commit comments

Comments
 (0)