feat(llmobs): add prompt and name arguments to annotation context #67951
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 |