]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
👷 Update issue-manager.yml GitHub Action permissions (#1040)
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 1 Aug 2024 01:48:06 +0000 (20:48 -0500)
committerGitHub <noreply@github.com>
Thu, 1 Aug 2024 01:48:06 +0000 (01:48 +0000)
.github/workflows/issue-manager.yml

index 68f1391f2500eaa4d3f6b77464245d5216133e49..d25be4bfb2e8948d37be952312fe42d6b33f6354 100644 (file)
@@ -14,6 +14,9 @@ on:
       - labeled
   workflow_dispatch:
 
+permissions:
+  issues: write
+
 jobs:
   issue-manager:
     runs-on: ubuntu-latest