Skip to content

Commit 80fb99e

Browse files
authored
Apply suggestions from code review
1 parent 7baffc6 commit 80fb99e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
with:
2121
repo-token: ${{ secrets.GITHUB_TOKEN }}
2222
stale-issue-message: 'This issue is stale because there have been no updates in 365 days.'
23-
stale-pr-message: 'This PR has been automatically marked as stale due to 14 days of inactivity. Please update soon to avoid closure.'
24-
close-pr-message: 'Closing this PR due to prolonged inactivity. If you wish to continue, please reopen.'
23+
stale-pr-message: 'This PR has been automatically marked as stalled after 14 days of inactivity (open PRs rapidly collect merge conflicts). Please update soon to avoid closure.'
24+
close-pr-message: 'Closing this PR because it's been inactive for 3 weeks. If the PR is still relevant, please reopen and resolve any merge conflicts.'
2525
days-before-stale: 365
26-
days-before-close: 0
26+
days-before-issue-close: 0
2727
days-before-stale-pr: 14
2828
stale-issue-label: 'stale'
2929
stale-pr-label: 'stale'

0 commit comments

Comments
 (0)