Skip to content

[backport -> release/3.7.x] fix(ai-proxy): internal server error on path parse failure #17915

[backport -> release/3.7.x] fix(ai-proxy): internal server error on path parse failure

[backport -> release/3.7.x] fix(ai-proxy): internal server error on path parse failure #17915

Workflow file for this run

name: Pull Request Schema Labeler
on:
pull_request:
types: [opened, edited, labeled, unlabeled]
jobs:
schema-change-labels:
if: "${{ contains(github.event.*.labels.*.name, 'schema-change-noteworthy') }}"
runs-on: ubuntu-latest
steps:
- name: Schema change label found
uses: rtCamp/action-slack-notify@v2
continue-on-error: true
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_SCHEMA_CHANGE }}
SLACK_FOOTER: ${{ github.event.pull_request.title }}