Skip to content

Commit

Permalink
update(config/jobs/lifecycle-bot): increase the interval to 6h
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
  • Loading branch information
leodido authored and poiana committed Nov 17, 2020
1 parent 0e9ae9e commit f48db04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/jobs/lifecycle-bot/periodic-close.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
periodics:
- name: periodic-close
interval: 1h
interval: 6h
decorate: true
annotations:
description: Closes rotten issues after 30d of inactivity
Expand Down
2 changes: 1 addition & 1 deletion config/jobs/lifecycle-bot/periodic-rotten.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
periodics:
- name: periodic-rotten
interval: 1h
interval: 6h
decorate: false
annotations:
description: ...
Expand Down
2 changes: 1 addition & 1 deletion config/jobs/lifecycle-bot/periodic-stale.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
periodics:
- name: periodic-stale
interval: 1h
interval: 6h
decorate: true
annotations:
description: Adds lifecycle/stale to issues after 90d of inactivity
Expand Down

0 comments on commit f48db04

Please sign in to comment.