]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Update config in `label-approved.yml` to accept translations with 1 reviewer (...
authorAlejandra <90076947+alejsdev@users.noreply.github.com>
Mon, 22 Jan 2024 18:43:10 +0000 (13:43 -0500)
committerGitHub <noreply@github.com>
Mon, 22 Jan 2024 18:43:10 +0000 (19:43 +0100)
.github/workflows/label-approved.yml

index 62daf260805f262d2a62c893303a9995d6cbe640..51be2413d68b41a24ff92f843289d5ab8ed4ddcc 100644 (file)
@@ -17,3 +17,11 @@ jobs:
     - uses: docker://tiangolo/label-approved:0.0.4
       with:
         token: ${{ secrets.FASTAPI_LABEL_APPROVED }}
+        config: >
+          {
+            "approved-1":
+              {
+                "number": 1,
+                "await_label": "awaiting-review"
+              }
+          }