This is an automated email from the ASF dual-hosted git repository.

snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 132146df2 PRs: Re-add markdown-links-check step (#3103)
132146df2 is described below

commit 132146df2fe3da3f4b070e77c6a1fa630dba79f3
Author: Robert Stupp <[email protected]>
AuthorDate: Thu Nov 20 16:09:43 2025 +0100

    PRs: Re-add markdown-links-check step (#3103)
    
    The step was disabled in #3102 to pass CI and enable merging.
---
 .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 62a3a348d..0ccd04049 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'

Reply via email to