Skip to content

Commit 01714f2

Browse files
authored
Update stale PR messages and inactivity duration comments
1 parent e07ecef commit 01714f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
steps:
2222
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
2323
with:
24-
stale-pr-message: 'This PR is stale because there have been no updates in 90 days. It will close after 180 days of inactivity. Leave a comment if you want to keep it open :smile:'
25-
close-pr-message: 'This PR has been closed because it was inactive for 180 days. If you want to continue working on it, please open a new PR.'
24+
stale-pr-message: 'This PR is stale because there have been no updates in 90 days. It will close after 365 days of inactivity. Leave a comment if you want to keep it open.'
25+
close-pr-message: 'This PR has been closed because it was inactive for 365 days. If you want to continue working on it, please open a new PR.'
2626
days-before-stale: 90
2727
days-before-close: 365
2828
stale-pr-label: 'stale'

0 commit comments

Comments
 (0)