We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851a4be commit 4ca5dc2Copy full SHA for 4ca5dc2
.github/workflows/build.yml
@@ -175,7 +175,7 @@ jobs:
175
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
176
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
177
with:
178
- ignore_links: 'https://playwright.dev/docs/test-cli/ https://blog.jupyter.org/the-big-split-9d7b88a031a7 https://blog.jupyter.org/jupyter-ascending-1bf5b362d97e https://mybinder.org/v2/gh/jupyter/notebook/main https://nbviewer.jupyter.org https://stackoverflow.com'
+ ignore_links: 'https://playwright.dev/docs/test-cli/ https://blog.jupyter.org/the-big-split-9d7b88a031a7 https://blog.jupyter.org/jupyter-ascending-1bf5b362d97e https://mybinder.org/v2/gh/jupyter/notebook/main https://nbviewer.jupyter.org https://stackoverflow.com https://github.com/[^/]+/?$'
179
ignore_glob: 'ui-tests/test/notebooks/*'
180
181
test_lint:
0 commit comments