Azure / azure-monitor-baseline-alerts

Azure Monitor Baseline Alerts
MIT License
159 stars 229 forks source link

[Question/Feedback]: Code Review - Linting & Link Checks / Markdown Link Check (pull_request) Failing #204

Open humblejay opened 5 months ago

humblejay commented 5 months ago

Check for previous/existing GitHub issues

Description

All the PRs to this repo are failing at "Code Review - Linting & Link Checks / Markdown Link Check (pull_request)" possibly due to following issues -

  1. The gaurav-nelson/github-action-markdown-link-check@1.0.15 utility is configured to check all files, not just those modified in the PR. "check-modified-files-only": no instead of yes.
  2. The markdown link check has two open issues
    • DDos protected links are marked as failed, although they open in browser link
    • Anchor link checksing fails link
JoeyBarnes commented 4 months ago
  1. Fixed in an upcoming PR
  2. These will require a little more research and I don't have an ETA yet