Skip to content

fix: bump @opentelemetry/exporter-trace-otlp-proto from 0.54.2 to 0.55.0 in /packages/opentelemetry #1865

fix: bump @opentelemetry/exporter-trace-otlp-proto from 0.54.2 to 0.55.0 in /packages/opentelemetry

fix: bump @opentelemetry/exporter-trace-otlp-proto from 0.54.2 to 0.55.0 in /packages/opentelemetry #1865

Workflow file for this run

name: Enforce commit formatting
on: [pull_request]
jobs:
run-commitlint-on-pr:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Validate all commits from the PR
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose