From 3dfb88b03be85ad559cd3d14a9f24a6d95bed031 Mon Sep 17 00:00:00 2001 From: Robert Stupp Date: Thu, 20 Nov 2025 11:27:48 +0100 Subject: [PATCH 1/2] PRs: Remove markdown-links-check from required checks The "Check Markdown links" workflow is known to produce false failures, leading to #3097. This change is intended to unblock PRs due to these false failures. --- .asf.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 075d6ca002..fea866266b 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -53,7 +53,6 @@ github: # Contexts are the names of checks that must pass. This is the value # of the job's `name` property if it's present. contexts: - - markdown-link-check - "Unit Tests" - "Quarkus Tests" - "Quarkus Integration Tests" From e8c4205ff13a63cc6c05805719e553d9e1f794b6 Mon Sep 17 00:00:00 2001 From: Robert Stupp Date: Thu, 20 Nov 2025 15:37:08 +0100 Subject: [PATCH 2/2] temp remove check --- .github/workflows/check-md-link.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check-md-link.yml b/.github/workflows/check-md-link.yml index 0ccd040492..62a3a348d0 100644 --- a/.github/workflows/check-md-link.yml +++ b/.github/workflows/check-md-link.yml @@ -39,9 +39,9 @@ jobs: - uses: actions/checkout@master - name: Setup test environment uses: ./.github/actions/setup-test-env - - uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1 - with: - use-quiet-mode: 'yes' - config-file: '.github/workflows/check-md-link-config.json' - folder-path: 'regtests, .github, build-logic, polaris-core, runtime, persistence, spec, getting-started, helm' - file-path: 'CHAT_BYLAWS.md, CODE_OF_CONDUCT.md, CONTRIBUTING.md, README.md, SECURITY.md' +# - uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1 +# with: +# use-quiet-mode: 'yes' +# config-file: '.github/workflows/check-md-link-config.json' +# folder-path: 'regtests, .github, build-logic, polaris-core, runtime, persistence, spec, getting-started, helm' +# file-path: 'CHAT_BYLAWS.md, CODE_OF_CONDUCT.md, CONTRIBUTING.md, README.md, SECURITY.md'