[8.x] build(deps): bump go.opentelemetry.io/collector/pdata from 1.22.0 to 1.23.0 in the otel group (backport #15185) #9
Workflow file for this run
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: mergify backport labels copier | |
on: | |
pull_request: | |
types: | |
- opened | |
permissions: | |
contents: read | |
jobs: | |
mergify-backport-labels-copier: | |
runs-on: ubuntu-latest | |
if: startsWith(github.head_ref, 'mergify/bp/') | |
permissions: | |
# Add GH labels | |
pull-requests: write | |
# See https://github.com/cli/cli/issues/6274 | |
repository-projects: read | |
steps: | |
- uses: elastic/oblt-actions/mergify/labels-copier@v1 | |
with: | |
excluded-labels-regex: "^backport-*" |