Ver código fonte

[ci] Add write permissions for pull-requests in commitflow workflow (#4030)

- Added for pytest coverage comment actions workflow
Harsh Gupta 8 meses atrás
pai
commit
f0987bef61
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      .github/workflows/commitflow-py3.yml

+ 3 - 0
.github/workflows/commitflow-py3.yml

@@ -15,6 +15,9 @@ jobs:
     strategy:
       matrix:
         python-version: ['3.8', '3.9', '3.10', '3.11']
+    
+    permissions:
+      pull-requests: write
 
     steps:
     - name: Checkout