This repository was archived by the owner on Apr 20, 2026. It is now read-only.
Description Issue Description
The link checker is not identifying the broken links anymore. A few weeks ago (months?) the action worked.
Current Workflow Configuration
on: [push]
name: Check links
jobs:
markdown-link-check:
runs-on: project-runner
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/markdown.links.config.json'
folder-path: 'docs'
Current markdown.links.config File Configuration
The file show the links use cases not the current links. We use regular expression
{
"ignorePatterns": [
{
"pattern": "^https://project-web.com"
},
{
"pattern": "^https://project-web/_Beach_/"
},
{
"pattern": "^https://www.ai.ai/waf.jsp"
},
{
"pattern": "^http://ghost:234234234/stone/temple/pilots"
},
{
"pattern": "^https://valarmorgulis.com/**.coc"
},
{
"pattern": "^https://project-web.com/dasdad?Fadad=OK&proj=dasbox-truelen"
},
{
"pattern": "^https://project-web.com/_whatsup?delay=0sec"
},
{
"pattern": "^https://project-web.com/(.+)"
},
{
"pattern": "^https://project-web.com/tomatos/bodytypes?rket=GB&fruitAll=true&sizeFruit=apple"
},
{
"pattern": "^https://project-web.com/[A-Za-z]+-([A-Za-z0-9]+(/[A-Za-z0-9]+)+)$"
},
{
"pattern": "^https://github.com/asdasda/asasd-htrthy-234greg/.*/(.+)"
},
{
"pattern": "^https://github.com/sadfsdfsdf/([A-Za-z]+(-[A-Za-z]+)+)$"
},
{
"pattern": "^https://supersec.com/[A-Za-z]+/$"
},
{
"pattern": "^https://project-web.com/uncle-bob/([A-Za-z]+(-[A-Za-z]+)+)/$"
},
{
"pattern": "^https://project-farmer/([A-Za-z]+(-[A-Za-z]+)+)/([A-Za-z]+(-[A-Za-z]+)+).[A-Za-z]+$"
},
{
"pattern": "^https://project-web.com/ord/$"
},
{
"pattern": "^https://supersec.com/[A-Za-z]+/$"
},
{
"pattern": "^https://github.com/*/**/*.pop"
},
{
"pattern": "^https://book-list.com/[A-Za-z]+/[A-Za-z]+-[A-Za-z]+/[A-Za-z]+/[A-Za-z]+-[A-Za-z]+/[A-Za-z]+.[A-Za-z]+$"
},
{
"pattern": "^https://project-web-stromae.com/v2/index.html"
},
{
"pattern": "^https://project-web-stromae.com/v2/#overview-3"
}
]
}
Tests Done
Using the lastest version of the action does not work.
Testin with other setups (for example onlu-for-modified files) does not work.
Reactions are currently unavailable
Issue Description
The link checker is not identifying the broken links anymore. A few weeks ago (months?) the action worked.
Current Workflow Configuration
Current markdown.links.config File Configuration
The file show the links use cases not the current links. We use regular expression
Tests Done