Skip to content

feat!: remove deprecated spec.scaleTargetRef.deployment field #2606

feat!: remove deprecated spec.scaleTargetRef.deployment field

feat!: remove deprecated spec.scaleTargetRef.deployment field #2606

Workflow file for this run

name: Check links on all markdown documents
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
linkinator:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: JustinBeckwith/linkinator-action@39e601e8efc0c24b7228ec87e43f4b9abebf3b25 # v1
with:
paths: "**/*.md"
markdown: true
retry: true
linksToSkip: "https://github.com/kedacore/http-add-on/pkgs/container/http-add-on-interceptor, https://github.com/kedacore/http-add-on/pkgs/container/http-add-on-operator, https://github.com/kedacore/http-add-on/pkgs/container/http-add-on-scaler"