Skip to content

DorisExporter marshal all data to single json array lead to stream load request too small #4112

DorisExporter marshal all data to single json array lead to stream load request too small

DorisExporter marshal all data to single json array lead to stream load request too small #4112

name: 'Ping code owners on a new issue'
on:
issues:
types: [opened]
jobs:
ping-owners-on-new-issue:
runs-on: ubuntu-24.04
if: ${{ github.repository_owner == 'open-telemetry' }}
steps:
- uses: actions/checkout@v4
- name: Run ping-codeowners-on-new-issue.sh
run: ./.github/workflows/scripts/ping-codeowners-on-new-issue.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE: ${{ github.event.issue.number }}
TITLE: ${{ github.event.issue.title }}
BODY: ${{ github.event.issue.body }}
OPENER: ${{ github.event.issue.user.login }}