Skip to content

Backfill changelog entries as release notes Sep - Dec 2023 #1971

Backfill changelog entries as release notes Sep - Dec 2023

Backfill changelog entries as release notes Sep - Dec 2023 #1971

Workflow file for this run

name: PR Links
on:
push:
pull_request:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/lychee-action@v1.7.0
with:
args: >
--accept 200,204,206,401,403,421,429
--verbose
--exclude http://localhost:8000/
"*.md"
"source/**/*.md"
--timeout 20
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}