lib: ctraces: Fix a crash in fluent-bit when in_opentelemetry plugin handles a trace message from opentelemetry-cpp/example_otlp_http sample app #3721
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: 'Pull requests labels' | |
on: | |
pull_request_target: | |
types: | |
- opened | |
jobs: | |
apply-default-labels: | |
name: PR - apply default labels | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions-ecosystem/action-add-labels@v1 | |
name: Label the PR with 'docs-required' by default. | |
with: | |
labels: docs-required | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
number: ${{ github.event.pull_request.number }} | |
repo: fluent/fluent-bit |