]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Add changes-requested handling in GitHub Action issue manager (#10971)
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 15 Jan 2024 15:13:48 +0000 (16:13 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Jan 2024 15:13:48 +0000 (16:13 +0100)
.github/workflows/issue-manager.yml

index bb967fa1183629c5b6daa174c4ff34a996488630..d1aad28fd316028f354c97625c6adfa227b8c14e 100644 (file)
@@ -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."
               }
             }