Skip to content

Commit 984a935

Browse files
cdericijames-garner-canonical
authored andcommitted
feat(stalebot): update days for stalebot to consider issue/pr stale
1 parent e69d568 commit 984a935

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/stale.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
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.'
1414
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
1515
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'
16-
days-before-issue-stale: 30
17-
days-before-pr-stale: 30
18-
days-before-issue-close: 5
19-
days-before-pr-close: 5
20-
stale-issue-label: 'incomplete'
21-
stale-pr-label: 'incomplete'
16+
days-before-issue-stale: 60
17+
days-before-pr-stale: 60
18+
days-before-issue-close: 15
19+
days-before-pr-close: 15
20+
stale-issue-label: 'state/incomplete'
21+
stale-pr-label: 'state/incomplete'
2222
exempt-issue-labels: 'awaiting-approval,work-in-progress,wishlisted'
2323
exempt-pr-labels: 'awaiting-approval,work-in-progress'
2424
remove-stale-when-updated: true

0 commit comments

Comments
 (0)