feat(llmobs): add support for Azure OpenAI and Deepseek calls made through the OpenAI SDK #18101
This file contains 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: Pull Request Labels | |
on: | |
pull_request_target: | |
types: [opened, labeled, unlabeled, synchronize] | |
branches: | |
- 'master' | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mheap/github-action-required-labels@388fd6af37b34cdfe5a23b37060e763217e58b03 # v5.5.0 | |
with: | |
mode: exactly | |
count: 1 | |
labels: "semver-patch, semver-minor, semver-major" |