Skip to content

Bump Azure.AI.OpenAI from 2.0.0 to 2.1.0 in /docs/ai/quickstarts/snippets/chat-with-data/azure-openai in the dotnet group #37262

Bump Azure.AI.OpenAI from 2.0.0 to 2.1.0 in /docs/ai/quickstarts/snippets/chat-with-data/azure-openai in the dotnet group

Bump Azure.AI.OpenAI from 2.0.0 to 2.1.0 in /docs/ai/quickstarts/snippets/chat-with-data/azure-openai in the dotnet group #37262

name: 'OPS status checker'
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
status_checker_job:
name: Look for build warnings
runs-on: ubuntu-latest
permissions:
statuses: read
pull-requests: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- uses: dotnet/docs-tools/actions/status-checker@main
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
docs_path: "docs"
url_base_path: "dotnet"