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 439a18e commit 040fd43Copy full SHA for 040fd43
.github/workflows/mindsdb_python_sdk.yml
@@ -42,6 +42,8 @@ jobs:
42
needs: test
43
if: github.ref != 'refs/heads/stable'
44
runs-on: ubuntu-latest
45
+ permissions:
46
+ pull-requests: write
47
steps:
48
- uses: actions/checkout@v3
49
- name: Set up Python 3.8
0 commit comments