From 0f6f1775e11eb5badfdc69c05458a59ab0beb8f6 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Fri, 20 Sep 2024 10:19:24 +0200 Subject: [PATCH] Ignore github.com in check-links --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ea5bc36b..b57998ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -258,7 +258,7 @@ jobs: - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 - uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1 with: - ignore_links: "../api/*.* ./api/* .*/images/[\\w-]+.png https://docs.github.com/en/.* https://mybinder.org/v2/gh/jupyterlab/jupyter_collaboration/.*" + ignore_links: "../api/*.* ./api/* .*/images/[\\w-]+.png https://docs.github.com/en/.* https://github.com/[^/]+/?$ https://mybinder.org/v2/gh/jupyterlab/jupyter_collaboration/.*" ui_tests: runs-on: ubuntu-latest