From 88952c7277a1c28889e89e616cd5091f8a84f5fb Mon Sep 17 00:00:00 2001 From: User Date: Mon, 14 Oct 2024 17:16:57 +0200 Subject: [PATCH 1/3] Update issue manager workflow --- .github/workflows/issue-manager.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/issue-manager.yml b/.github/workflows/issue-manager.yml index 156983e317..8eba11ac12 100644 --- a/.github/workflows/issue-manager.yml +++ b/.github/workflows/issue-manager.yml @@ -39,5 +39,9 @@ jobs: "waiting": { "delay": 2628000, "message": "As this PR has been waiting for the original user for a while but seems to be inactive, 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 seems to be invalid and is going to be closed now. If you think this is a mistake, please provide more information." } } From 1a0d58bfe537aa9af583ada5b0e809a65c19baf6 Mon Sep 17 00:00:00 2001 From: User Date: Mon, 14 Oct 2024 17:19:52 +0200 Subject: [PATCH 2/3] Rewrite --- .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 8eba11ac12..b0c9fd2db3 100644 --- a/.github/workflows/issue-manager.yml +++ b/.github/workflows/issue-manager.yml @@ -42,6 +42,6 @@ jobs: }, "invalid": { "delay": 0, - "message": "This seems to be invalid and is going to be closed now. If you think this is a mistake, please provide more information." + "message": "This was marked as invalid. If this is an error, please provide additional details." } } From ccf52c54cb787e65f1be2ebae3d1d83f3c2b8aa2 Mon Sep 17 00:00:00 2001 From: User Date: Mon, 14 Oct 2024 17:20:27 +0200 Subject: [PATCH 3/3] Rewrite --- .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 b0c9fd2db3..109ac0e989 100644 --- a/.github/workflows/issue-manager.yml +++ b/.github/workflows/issue-manager.yml @@ -42,6 +42,6 @@ jobs: }, "invalid": { "delay": 0, - "message": "This was marked as invalid. If this is an error, please provide additional details." + "message": "This was marked as invalid and will be closed now. If this is an error, please provide additional details." } }