Skip to content

Commit f876dd9

Browse files
authored
Update staleness check
We have had a few runs of the staleness checker to bring the backlog under control. Extending the check to 365 days of inactivity.
1 parent b229b65 commit f876dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prune_stale_issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- uses: actions/[email protected]
1111
with:
1212
repo-token: ${{ secrets.k8s_github_actions }}
13-
stale-issue-message: 'This issue has been open 180 days with no activity. If this issue is reproducible with the latest version of the provider and with Terraform 0.12, please comment. Otherwise this issue will be closed in 30 days.'
14-
days-before-stale: 180
13+
stale-issue-message: 'This issue has been open 365 days with no activity. If this issue is reproducible with the latest version of the provider and with Terraform 0.12/0.13, please comment. Otherwise this issue will be closed in 30 days.'
14+
days-before-stale: 365
1515
days-before-close: 30

0 commit comments

Comments
 (0)