fix(llmobs): ensure integration metrics are disabled in agentless mode [backport 2.13] #67869
Workflow file for this run
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: Require Checklist | |
on: | |
pull_request: | |
types: [opened, edited, synchronize] | |
jobs: | |
require-checklist: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mheap/require-checklist-action@v2 | |
with: | |
# require a checklist to be present in the PR description | |
requireChecklist: true |