chore(deps): Bump opentelemetry-exporter-otlp-proto-http from 1.43.0 to 1.44.0 in /a2a/simple_generalist in the minor-and-patch group across 1 directory #691
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
| # PR Verifier — caller workflow | ||
| # | ||
| # Invokes the org-level reusable PR title verifier defined in | ||
| # kagenti/.github to enforce PR title prefix conventions (Feat, | ||
| # Fix, Docs, etc.) on every pull request. Pinned to a SHA for | ||
| # supply-chain hygiene; bump intentionally when upstream changes. | ||
| name: PR Verifier | ||
| on: | ||
| pull_request: | ||
| types: [opened, edited, synchronize, reopened] | ||
| permissions: {} | ||
| jobs: | ||
| verify-pr-title: | ||
|
Check failure on line 17 in .github/workflows/pr-verifier.yml
|
||
| uses: kagenti/.github/.github/workflows/pr-verifier-required.yml@4e535f2436d167295d39d488ce5c44b5a2d49792 | ||