We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9890bfb commit d4c55abCopy full SHA for d4c55ab
.github/workflows/ci.yaml
@@ -52,6 +52,8 @@ jobs:
52
test:
53
name: "test ${{ matrix.python-version }}"
54
runs-on: ${{ matrix.os }}
55
+ permissions:
56
+ pull-requests: write
57
strategy:
58
matrix:
59
os:
0 commit comments