Skip to content

Elasticsearch Log exporter "resources" are under "resources" key while it should be under the "root" #458

Elasticsearch Log exporter "resources" are under "resources" key while it should be under the "root"

Elasticsearch Log exporter "resources" are under "resources" key while it should be under the "root" #458

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