Skip to content

chore(deps): bump go.opentelemetry.io/otel/trace from 1.25.0 to 1.26.0 in the otel group #894

chore(deps): bump go.opentelemetry.io/otel/trace from 1.25.0 to 1.26.0 in the otel group

chore(deps): bump go.opentelemetry.io/otel/trace from 1.25.0 to 1.26.0 in the otel group #894

Workflow file for this run

---
name: Fast Forward
on:
issue_comment:
types: [created, edited]
jobs:
fast-forward:
# Only run if the comment contains the /fast-forward command.
if: ${{ contains(github.event.comment.body, '/fast-forward')
&& github.event.issue.pull_request }}
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
issues: write
steps:
- name: Fast forwarding
uses: sequoia-pgp/fast-forward@v1
with:
merge: true
comment: on-error