Skip to content

OTEL_INTERNAL_LOG_DISPATCH Macro's Temporary String's c_str Method Causes Core Dump #85

OTEL_INTERNAL_LOG_DISPATCH Macro's Temporary String's c_str Method Causes Core Dump

OTEL_INTERNAL_LOG_DISPATCH Macro's Temporary String's c_str Method Causes Core Dump #85

name: OpenTelemetry-cpp project
on:
issues:
types:
- reopened
- opened
jobs:
label_issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/github-script@v6
with:
script: |
github.rest.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ["needs-triage"]
})