]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Upgrade Issue Manager GitHub Action (#3236)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 16 May 2021 18:27:45 +0000 (20:27 +0200)
committerGitHub <noreply@github.com>
Sun, 16 May 2021 18:27:45 +0000 (20:27 +0200)
.github/workflows/issue-manager.yml

index 712930e0ba3200ab8b8be59cac7050e046bab437..e2fb4f7a43e986179466a64ad0727a4f52872efd 100644 (file)
@@ -6,23 +6,25 @@ on:
   issue_comment:
     types:
       - created
-      - edited
   issues:
     types:
       - labeled
+  pull_request_target:
+    types:
+      - labeled
+  workflow_dispatch:
 
 jobs:
   issue-manager:
     runs-on: ubuntu-latest
     steps:
-      - uses: tiangolo/issue-manager@0.2.0
+      - uses: tiangolo/issue-manager@0.4.0
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
           config: >
             {
               "answered": {
-                "users": ["tiangolo", "dmontagu"],
                 "delay": 864000,
-                "message": "Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues."
+                "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."
               }
             }