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

kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 7e3d3af38 Fix `check-md-link` and allow manual trigger (#2765)
7e3d3af38 is described below

commit 7e3d3af3867d7e2c5faf6c6b586427dea9b7e7eb
Author: Kevin Liu <[email protected]>
AuthorDate: Mon Nov 17 18:57:50 2025 -0800

    Fix `check-md-link` and allow manual trigger (#2765)
    
    <!--
    Thanks for opening a pull request!
    -->
    
    <!-- In the case this PR will resolve an issue, please replace
    ${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
    <!-- Closes #${GITHUB_ISSUE_ID} -->
    
    # Rationale for this change
    Closes #2705
    
    This PR fixes `check-md-link` by pinning it to the [specific hash
    allowed in
    
apache/infrastructure-actions](https://github.com/apache/infrastructure-actions/blob/ac09a0970d14dc1043a3787a95835c6efa07dd9c/actions.yml#L752-L753)
    and also allow manual trigger
    
    ## Are these changes tested?
    
    ## Are there any user-facing changes?
    
    <!-- In the case of user-facing changes, please add the changelog label.
    -->
---
 .github/workflows/check-md-link.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/check-md-link.yml 
b/.github/workflows/check-md-link.yml
index ed912e508..75814aef8 100644
--- a/.github/workflows/check-md-link.yml
+++ b/.github/workflows/check-md-link.yml
@@ -30,10 +30,11 @@ on:
     paths:
       - '.github/workflows/check-md-link.yml'
       - 'mkdocs/**'
+  workflow_dispatch:
 
 jobs:
   markdown-link-check:
     runs-on: ubuntu-latest
     steps:
     - uses: actions/checkout@master
-    - uses: tcort/github-action-markdown-link-check@v1
+    - uses: 
tcort/github-action-markdown-link-check@f3d33029dca1c4a24b87e2df648f9f4604ef6533

Reply via email to