Skip to content

Bump go.opentelemetry.io/collector/extension from 0.87.0 to 0.91.0 #96

Bump go.opentelemetry.io/collector/extension from 0.87.0 to 0.91.0

Bump go.opentelemetry.io/collector/extension from 0.87.0 to 0.91.0 #96

Workflow file for this run

name: "PR labeler"
on:
pull_request:
branches:
- main
- 7.[0-9][0-9].x
- mq-working-branch-*
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
# currently doesn't work
sync-labels: true