Skip to content

Commit acb779d

Browse files
maelvlserikgb
andauthored
stale bot: address Erik's feedback
Co-authored-by: Erik Godding Boye <[email protected]> Signed-off-by: Maël Valais <[email protected]>
1 parent 0294cf1 commit acb779d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

config/jobs/testing/testing-periodics-trusted.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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 3m
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:
@@ -23,7 +23,7 @@ periodics:
2323
- --updated=2184h # 3 months
2424
- --token=/etc/github/token
2525
- |-
26-
--comment=Rotten issues close after 3m 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 3m 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:
@@ -56,7 +56,7 @@ periodics:
5656
- |-
5757
--comment=Stale issues rot after 3m of inactivity.
5858
Mark the issue as fresh with `/remove-lifecycle rotten`.
59-
Rotten issues close after an additional 3m 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 6m 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:
@@ -87,9 +87,9 @@ periodics:
8787
- --updated=4368h # 6 months
8888
- --token=/etc/github/token
8989
- |-
90-
--comment=Issues go stale after 6m 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 3m 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

Comments
 (0)