]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Update issue-manager to 0.7.0 (#15831)
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 23 Jun 2026 23:15:12 +0000 (01:15 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2026 23:15:12 +0000 (01:15 +0200)
.github/workflows/issue-manager.yml

index fca3f1f2f8eb223d0f8aefc42cee96dbf8bc847c..02bd18c33004aa334abad9bd4f3f64522f2fb3b5 100644 (file)
@@ -29,29 +29,6 @@ jobs:
         env:
           GITHUB_CONTEXT: ${{ toJson(github) }}
         run: echo "$GITHUB_CONTEXT"
-      - uses: tiangolo/issue-manager@2fb3484ec9279485df8659e8ec73de262431737d # 0.6.0
+      - uses: tiangolo/issue-manager@8505bda3fd28623a64d93935cbe13fa23f14fd8b # 0.7.0
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
-          config: >
-            {
-              "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."
-              },
-              "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.",
-                "reminder": {
-                    "before": "P3D",
-                    "message": "Heads-up: this will be closed in 3 days unless there's new activity."
-                }
-              },
-              "invalid": {
-                "delay": 0,
-                "message": "This was marked as invalid and will be closed now. If this is an error, please provide additional details."
-              },
-              "maybe-ai": {
-                "delay": 0,
-                "message": "This was marked as potentially AI generated and will be closed now. If this is an error, please provide additional details, make sure to read the docs about contributing and AI."
-              }
-            }