From 293af89c410e02091d54247b8da79c76f5ddd17a Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 11 Feb 2022 18:29:39 +0100 Subject: [PATCH] Use period time format for all workflow labels --- .github/workflows/issue-manager.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-manager.yml b/.github/workflows/issue-manager.yml index 7f676c64..3cfdc5b1 100644 --- a/.github/workflows/issue-manager.yml +++ b/.github/workflows/issue-manager.yml @@ -24,13 +24,13 @@ jobs: { "$schema": "https://raw.githubusercontent.com/tiangolo/issue-manager/master/schema.json", "waiting for input": { - "delay": 2592000, + "delay": "P30DT0H0M0S", "message": "Auto-closing this issue after waiting for input for a month. If anyone finds the time to provide the requested information, please re-open the issue and we will continue handling it.", "remove_label_on_comment": true, "remove_label_on_close": false }, "waiting for fix confirmation": { - "delay": 2592000, + "delay": "P30DT0H0M0S", "message": "Auto-closing this issue after waiting for a fix confirmation for a month. If anyone still experiences this issue, please re-open the issue with updated information so we can continue working on a fix.", "remove_label_on_comment": true, "remove_label_on_close": false