Skip to content

Commit 187824c

Browse files
Add write permission for PR
Try fix GitHub Action error: actions/first-interaction#10
1 parent bf401b4 commit 187824c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on: [push, pull_request]
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8+
permissions:
9+
pull-requests: write
810
strategy:
911
matrix:
1012
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]

0 commit comments

Comments
 (0)