novita: add Kling v3.0 4K + Motion Control request shapes #7
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: Provide Pull Request Feedback to TensorZero CI Bot | |
| on: | |
| pull_request: | |
| types: [closed] | |
| permissions: | |
| contents: read | |
| pull-requests: read | |
| actions: read | |
| jobs: | |
| create-pr-feedback: | |
| runs-on: ubuntu-latest | |
| name: Create PR Feedback | |
| steps: | |
| - name: Connect to Tailscale | |
| uses: tailscale/github-action@v4 | |
| with: | |
| oauth-client-id: ${{ secrets.CI_BOT_TS_OAUTH_CLIENT_ID }} | |
| oauth-secret: ${{ secrets.CI_BOT_TS_OAUTH_CLIENT_SECRET }} | |
| tags: tag:ci | |
| - name: Send PR Feedback | |
| uses: tensorzero/experimental-ci-bot/create-pr-feedback@8154c016757d424138a3e70f914a81ed6ce1f76c | |
| with: | |
| tensorzero-base-url: http://ci-bot-gateway:3000 | |
| tensorzero-pr-merged-metric-name: ci_fix_pr_merged_agent | |
| clickhouse-url: ${{ secrets.CI_BOT_CLICKHOUSE_URL }} | |
| clickhouse-table: GitHubBotPullRequestToInferenceMap |