LiteLLM Proxy fails to start: Prisma NotConnectedError + OpenSSL 3.6.0 missing #4170
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Label ML Ops Team Issues | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| jobs: | |
| add-mlops-label: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check if ML Ops Team is selected | |
| uses: actions-ecosystem/action-add-labels@v1 | |
| if: contains(github.event.issue.body, '### Are you a ML Ops Team?') && contains(github.event.issue.body, 'Yes') | |
| with: | |
| github_token: ${{ secrets.GITHUB_TOKEN }} | |
| labels: "mlops user request" |