Skip to content

Bump go.opentelemetry.io/collector/exporter/otlpexporter from 0.124.0 to 0.133.0 #4702

Bump go.opentelemetry.io/collector/exporter/otlpexporter from 0.124.0 to 0.133.0

Bump go.opentelemetry.io/collector/exporter/otlpexporter from 0.124.0 to 0.133.0 #4702

Workflow file for this run

name: Label Pull Requests
on:
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
label-pr:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-22.04
steps:
- uses: release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5.25.0
with:
disable-releaser: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}