Skip to content

Commit

Permalink
feat(stalebot): update days for stalebot to consider issue/pr stale
Browse files Browse the repository at this point in the history
  • Loading branch information
cderici authored and james-garner-canonical committed Sep 24, 2024
1 parent e69d568 commit 984a935
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
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.'
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'
days-before-issue-stale: 30
days-before-pr-stale: 30
days-before-issue-close: 5
days-before-pr-close: 5
stale-issue-label: 'incomplete'
stale-pr-label: 'incomplete'
days-before-issue-stale: 60
days-before-pr-stale: 60
days-before-issue-close: 15
days-before-pr-close: 15
stale-issue-label: 'state/incomplete'
stale-pr-label: 'state/incomplete'
exempt-issue-labels: 'awaiting-approval,work-in-progress,wishlisted'
exempt-pr-labels: 'awaiting-approval,work-in-progress'
remove-stale-when-updated: true

0 comments on commit 984a935

Please sign in to comment.