Skip to content

Adding upgrade section for memory_ballast #2474

Adding upgrade section for memory_ballast

Adding upgrade section for memory_ballast #2474

Workflow file for this run

on:
push:
branches:
- main
paths:
- '**.md'
- '.github/workflows/lychee.yml'
- '.lychee.toml'
pull_request:
paths:
- '**.md'
- '.github/workflows/lychee.yml'
- '.lychee.toml'
schedule:
- cron: "0 0 * * 1"
jobs:
linkChecker:
# Use 20.04.5 until https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16450 is resolved
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: lychee Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.9.3
with:
args: -v -n --config .lychee.toml './*.md' './**/*.md'
fail: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Issue From File
if: failure() && github.event_name == 'schedule'
uses: peter-evans/create-issue-from-file@v5
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: report, automated issue