feat: add dd tool/function calling test scripts for all LLM providers except openai via Javelin #71
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: PR Issue Status - Javelin Python | |
| on: | |
| pull_request: | |
| types: | |
| - closed | |
| branches: | |
| - "main" | |
| jobs: | |
| reusable-workflow: | |
| permissions: | |
| contents: 'read' | |
| id-token: 'write' | |
| issues: 'write' | |
| repository-projects: 'write' | |
| uses: getjavelin/javelin-workflow/.github/workflows/workflow-pr-issues-status.yml@main | |
| secrets: | |
| DEVOPS_GITHUB_TOKEN: ${{ secrets.DEVOPS_GITHUB_TOKEN }} | |
| DEVOPS_GITHUB_TOKEN_CLASSIC: ${{ secrets.DEVOPS_GITHUB_TOKEN_CLASSIC }} | |
| SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} |