Skip to content

Commit db0f316

Browse files
committed
Don't use this workflow to mark issues as stale
1 parent af3ce63 commit db0f316

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/stale.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@ jobs:
2121
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
2222
with:
2323
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in a week.'
24+
close-pr-message: 'This PR was closed because of inactivity. Feel free to re-open this once you want to work on it again!'
2425
days-before-stale: 60
2526
days-before-close: 7
27+
days-before-issue-stale: 3650
28+
days-before-issue-close: 3650

0 commit comments

Comments
 (0)