Skip to content

Comment out the link checker#386

Merged
albertov19 merged 1 commit intomainfrom
eshaben-patch-1
Feb 24, 2026
Merged

Comment out the link checker#386
albertov19 merged 1 commit intomainfrom
eshaben-patch-1

Conversation

@eshaben
Copy link
Contributor

@eshaben eshaben commented Feb 24, 2026

No description provided.

@eshaben eshaben requested a review from a team as a code owner February 24, 2026 06:05
Copilot AI review requested due to automatic review settings February 24, 2026 06:05
@eshaben eshaben deployed to n8n-sending February 24, 2026 06:05 — with GitHub Actions Active
@eshaben eshaben deployed to n8n-receiving February 24, 2026 06:05 — with GitHub Actions Active
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request disables the PR link checker GitHub Actions workflow by commenting out all of its content. The workflow was responsible for automatically checking documentation links in pull requests to detect broken links before they are merged.

Changes:

  • Commented out the entire PR link checker workflow configuration instead of deleting it

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +1 to +15
# name: 'PR Docs Link Check'

on:
pull_request:
# on:
# pull_request:

jobs:
check-docs-links:
uses: papermoonio/workflows/.github/workflows/core-pr-link-checker.yml@main
with:
mkdocs_repo: papermoonio/tanssi-mkdocs
docs_repo: moondance-labs/tanssi-docs
docs_checkout: tanssi-docs
url: https://docs.tanssi.network
secrets:
GH_TOKEN: ${{ secrets.GH_PR_404_CHECKER }}
# jobs:
# check-docs-links:
# uses: papermoonio/workflows/.github/workflows/core-pr-link-checker.yml@main
# with:
# mkdocs_repo: papermoonio/tanssi-mkdocs
# docs_repo: moondance-labs/tanssi-docs
# docs_checkout: tanssi-docs
# url: https://docs.tanssi.network
# secrets:
# GH_TOKEN: ${{ secrets.GH_PR_404_CHECKER }}
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disabling the link checker removes an important quality gate for documentation changes. This could allow broken links to be merged into the documentation site, resulting in a degraded user experience. If the link checker must be disabled, consider implementing an alternative mechanism to verify link integrity (e.g., manual review checklist, periodic scheduled link checking, or a different link validation tool).

Copilot uses AI. Check for mistakes.
@albertov19 albertov19 merged commit b6a2144 into main Feb 24, 2026
11 checks passed
@albertov19 albertov19 deleted the eshaben-patch-1 branch February 24, 2026 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants