@@ -7,7 +7,7 @@ periodics:
77 annotations :
88 testgrid-dashboards : cert-manager-testing-janitors
99 testgrid-alert-email :
[email protected] 10- description : Closes PRs and issues that are marked 'rotten' and have been inactive for 30d
10+ description : Closes PRs and issues that are marked 'rotten' and have been inactive for 3 months
1111 labels :
1212 preset-deployer-github-token : " true"
1313 spec :
@@ -20,10 +20,10 @@ periodics:
2020 --query=repo:cert-manager/cert-manager repo:cert-manager/trust-manager
2121 -label:lifecycle/frozen
2222 label:lifecycle/rotten
23- - --updated=720h
23+ - --updated=2184h # 3 months
2424 - --token=/etc/github/token
2525 - |-
26- --comment=Rotten issues close after 30d of inactivity.
26+ --comment=Rotten issues close after 3 months of inactivity.
2727 Reopen the issue with `/reopen`.
2828 Mark the issue as fresh with `/remove-lifecycle rotten`.
2929 /close
@@ -37,7 +37,7 @@ periodics:
3737 annotations :
3838 testgrid-dashboards : cert-manager-testing-janitors
3939 testgrid-alert-email :
[email protected] 40- description : Marks PRs and issues that are marked 'stale' and have been inactive for 30d as 'rotten'
40+ description : Marks PRs and issues that are marked 'stale' and have been inactive for 3 months as 'rotten'
4141 labels :
4242 preset-deployer-github-token : " true"
4343 spec :
@@ -51,12 +51,12 @@ periodics:
5151 -label:lifecycle/frozen
5252 label:lifecycle/stale
5353 -label:lifecycle/rotten
54- - --updated=720h
54+ - --updated=2184h # 3 months
5555 - --token=/etc/github/token
5656 - |-
57- --comment=Stale issues rot after 30d of inactivity.
57+ --comment=Stale issues rot after 3 months of inactivity.
5858 Mark the issue as fresh with `/remove-lifecycle rotten`.
59- Rotten issues close after an additional 30d of inactivity.
59+ Rotten issues close after an additional 3 months of inactivity.
6060 If this issue is safe to close now please do so with `/close`.
6161 /lifecycle rotten
6262 /remove-lifecycle stale
@@ -70,7 +70,7 @@ periodics:
7070 annotations :
7171 testgrid-dashboards : cert-manager-testing-janitors
7272 testgrid-alert-email :
[email protected] 73- description : Marks PRs and issues that have been inactive for 30d as 'stale'
73+ description : Marks PRs and issues that have been inactive for 6 months as 'stale'
7474 labels :
7575 preset-deployer-github-token : " true"
7676 spec :
@@ -84,12 +84,12 @@ periodics:
8484 -label:lifecycle/frozen
8585 -label:lifecycle/stale
8686 -label:lifecycle/rotten
87- - --updated=2160h
87+ - --updated=4368h # 6 months
8888 - --token=/etc/github/token
8989 - |-
90- --comment=Issues go stale after 90d of inactivity.
90+ --comment=Issues go stale after 6 months of inactivity.
9191 Mark the issue as fresh with `/remove-lifecycle stale`.
92- Stale issues rot after an additional 30d of inactivity and eventually close.
92+ Stale issues remain open for an additional 3 months of inactivity and then close.
9393 If this issue is safe to close now please do so with `/close`.
9494 /lifecycle stale
9595 - --ceiling=10
0 commit comments