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
Merge pull request #1084 from Aflynn50/update-stalebot-days
#1084
# Description
This updates the days after which the stalebot considers an issue or a PR to be decaying to: 60 days for stale, 15 days for closing issue/pr if not updated.
This also fixes the labels used in the bug report and feature request issue templates. bug -> kind/bug, wishlisted --> kind/wishlist.
Copy file name to clipboardExpand all lines: .github/workflows/stale.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,12 @@ jobs:
13
13
stale-pr-message: 'This PR is marked as incomplete because it has been open 30 days with no activity. Please remove incomplete label or comment or this will be closed in 5 days.'
14
14
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
15
15
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'
0 commit comments