From cdca0a20ba84af21922c390c46e086e50120d4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krassowski?= <5832902+krassowski@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:24:25 +0000 Subject: [PATCH] Ignore links to GitHub user and organisation profiles (#15959) --- .github/workflows/linuxtests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linuxtests.yml b/.github/workflows/linuxtests.yml index 4b4b57946d38..f5bb0ddbc2f0 100644 --- a/.github/workflows/linuxtests.yml +++ b/.github/workflows/linuxtests.yml @@ -154,4 +154,4 @@ jobs: - uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1 with: ignore_glob: "docs/api packages/ui-components/docs/source/ui_components.rst images" - ignore_links: ".*/images/[\\w-]+.png https://docs.github.com/en/.* https://jupyterlab.github.io https://mybinder.org/v2/gh/jupyterlab/.*" + ignore_links: ".*/images/[\\w-]+.png https://docs.github.com/en/.* https://jupyterlab.github.io https://mybinder.org/v2/gh/jupyterlab/.* https://github.com/[^/]+/?$"