]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
👷 Update labeler GitHub Actions permissions and dependencies (#1071)
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 14 Aug 2024 03:53:50 +0000 (22:53 -0500)
committerGitHub <noreply@github.com>
Wed, 14 Aug 2024 03:53:50 +0000 (22:53 -0500)
.github/workflows/labeler.yml

index 7cb88936be436700ebca0f1d8b0446c09ec6254b..7c5b4616ac1496a12a0345905a9daedc982c4a6c 100644 (file)
@@ -19,6 +19,10 @@ jobs:
     - uses: actions/labeler@v5
   # Run this after labeler applied labels
   check-labels:
+    needs:
+      - labeler
+    permissions:
+      pull-requests: read
     name: Check labels
     runs-on: ubuntu-latest
     steps: