You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/stale.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@ jobs:
20
20
with:
21
21
repo-token: ${{ secrets.GITHUB_TOKEN }}
22
22
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.'
0 commit comments