diff --git a/.github/workflows/close-stale-issue.yaml b/.github/workflows/close-stale-issue.yaml index 5819d1a..ede14fc 100644 --- a/.github/workflows/close-stale-issue.yaml +++ b/.github/workflows/close-stale-issue.yaml @@ -12,9 +12,9 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.' stale-pr-message: 'This pr is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.' - close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.' - close-pr-message: 'This pr was closed because it has been stalled for 14 days with no activity.' - days-before-stale: 120 - days-before-close: 30 + close-issue-message: 'This issue was closed because it has been stalled for 60 days with no activity.' + close-pr-message: 'This pr was closed because it has been stalled for 60 days with no activity.' + days-before-stale: 180 + days-before-close: 60 exempt-issue-milestones: 'future-release' exempt-pr-milestones: 'future-release' \ No newline at end of file