Skip to content

Commit

Permalink
[chore] fix changelog workflow (open-telemetry#31681)
Browse files Browse the repository at this point in the history
Fixes open-telemetry#31680

Let's pin markdown-link-check to the previous version v3.11.2 until the
bug in the latest version v3.12.0 is fixed.
  • Loading branch information
andrzej-stencel authored and DougManton committed Mar 13, 2024
1 parent 93758d0 commit 3f55190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: make chlog-preview > changelog_preview.md
- name: Install markdown-link-check
if: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') && !contains(github.event.pull_request.labels.*.name, 'Skip Changelog') && !contains(github.event.pull_request.title, '[chore]')}}
run: npm install -g markdown-link-check
run: npm install -g markdown-link-check@3.11.2
- name: Run markdown-link-check
if: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') && !contains(github.event.pull_request.labels.*.name, 'Skip Changelog') && !contains(github.event.pull_request.title, '[chore]')}}
run: |
Expand Down

0 comments on commit 3f55190

Please sign in to comment.