]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
👷 Update `issue-manager.yml` (#1103)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 8 Sep 2024 12:05:54 +0000 (14:05 +0200)
committerGitHub <noreply@github.com>
Sun, 8 Sep 2024 12:05:54 +0000 (12:05 +0000)
.github/workflows/issue-manager.yml

index 038491f828f2be684a638b0c85e7d4a61f5422dc..1f5341e3584ca0dc1d3bd46351070b6c405f8be0 100644 (file)
@@ -2,7 +2,7 @@ name: Issue Manager
 
 on:
   schedule:
-    - cron: "11 4 * * *"
+    - cron: "13 18 * * *"
   issue_comment:
     types:
       - created
@@ -16,6 +16,7 @@ on:
 
 permissions:
   issues: write
+  pull-requests: write
 
 jobs:
   issue-manager:
@@ -35,8 +36,8 @@ jobs:
                 "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": {
+              "waiting": {
                 "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."
+                "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."
               }
             }