From 54c3105f18e93ce25b3c8fd1bc2cd232b7e77760 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 11 Feb 2022 17:42:02 +0100 Subject: [PATCH] Fix issue manager workflow --- .github/workflows/issue-manager.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-manager.yml b/.github/workflows/issue-manager.yml index c1d0c5f4..0f9a7718 100644 --- a/.github/workflows/issue-manager.yml +++ b/.github/workflows/issue-manager.yml @@ -22,6 +22,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} config: > { + "$schema": "https://raw.githubusercontent.com/tiangolo/issue-manager/master/schema.json", "waiting for input": { "delay": 2592000, "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.", @@ -35,9 +36,15 @@ jobs: "remove_label_on_close": false }, "waiting for release": { - "remove_label_on_comment": true + "delay": 315360000, + "message": "That was 10 years ago, I think we can close this now.", + "remove_label_on_comment": true, + "remove_label_on_close": false }, "waiting for resources": { - "remove_label_on_comment": true + "delay": 315360000, + "message": "That was 10 years ago, I think we can close this now.", + "remove_label_on_comment": true, + "remove_label_on_close": false } }