diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 45dfe922..dd7500c1 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -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 \ No newline at end of file