From: Sebastián Ramírez Date: Mon, 15 Jan 2024 15:13:48 +0000 (+0100) Subject: 👷 Add changes-requested handling in GitHub Action issue manager (#10971) X-Git-Tag: 0.109.1~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63e5396a78a470c39558a37d1fefbbe1bcbf4db7;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Add changes-requested handling in GitHub Action issue manager (#10971) --- diff --git a/.github/workflows/issue-manager.yml b/.github/workflows/issue-manager.yml index bb967fa118..d1aad28fd3 100644 --- a/.github/workflows/issue-manager.yml +++ b/.github/workflows/issue-manager.yml @@ -31,5 +31,9 @@ jobs: "answered": { "delay": 864000, "message": "Assuming the original need was handled, this will be automatically closed now. But feel free to add more comments or create new issues or PRs." + }, + "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." } }