From 5a5eaa6caca49800097d0d7be279ab64a314aa37 Mon Sep 17 00:00:00 2001 From: User Date: Mon, 14 Oct 2024 21:50:57 +0200 Subject: [PATCH 1/2] Update issue manager workflow --- .github/workflows/issue-manager.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/issue-manager.yml b/.github/workflows/issue-manager.yml index 038491f828..3509729ba2 100644 --- a/.github/workflows/issue-manager.yml +++ b/.github/workflows/issue-manager.yml @@ -38,5 +38,9 @@ jobs: "changes-requested": { "delay": 2628000, "message": "As this PR had requested changes to be applied but has been inactive for a while, it's now going to be closed. But if there's anyone interested, feel free to create a new PR." - } + }, + "invalid": { + "delay": 0, + "message": "This was marked as invalid and will be closed now. If this is an error, please provide additional details." + }, } From fdea31d1fdf15f1269a8d408aeebe930fedf03e9 Mon Sep 17 00:00:00 2001 From: Alejandra <90076947+alejsdev@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:09:16 +0200 Subject: [PATCH 2/2] Update .github/workflows/issue-manager.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sebastián Ramírez --- .github/workflows/issue-manager.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-manager.yml b/.github/workflows/issue-manager.yml index 5cf75f64fa..0737b40a8f 100644 --- a/.github/workflows/issue-manager.yml +++ b/.github/workflows/issue-manager.yml @@ -43,5 +43,5 @@ jobs: "invalid": { "delay": 0, "message": "This was marked as invalid and will be closed now. If this is an error, please provide additional details." - }, + } }