From e3166a4720e52708bd0320f75e69756105a82d0e Mon Sep 17 00:00:00 2001 From: MaximilianSoerenPollak Date: Thu, 5 Feb 2026 07:51:51 +0100 Subject: [PATCH 1/2] Fix permissions --- .github/workflows/link_check.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml index 8f0269646..79be15b7e 100644 --- a/.github/workflows/link_check.yml +++ b/.github/workflows/link_check.yml @@ -6,6 +6,10 @@ on: # Runs every week at 00:00 on Sunday - cron: '0 0 * * 0' +permissions: + contents: read + issues: write + jobs: link-check: runs-on: ubuntu-latest From 05a30906ea72d1d0915a51466af20b0b226e16cf Mon Sep 17 00:00:00 2001 From: MaximilianSoerenPollak Date: Thu, 5 Feb 2026 07:56:37 +0100 Subject: [PATCH 2/2] Adding extra comment for local fixing --- .github/actions/link-check/link_parser.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/link-check/link_parser.py b/.github/actions/link-check/link_parser.py index 0976ab600..2d7222aeb 100644 --- a/.github/actions/link-check/link_parser.py +++ b/.github/actions/link-check/link_parser.py @@ -69,6 +69,8 @@ def generate_issue_body(broken_links: list[BrokenLink]) -> str: Please investigate and fix these issues to ensure all links are functional. Thank you! +> To test locally if all link issues are resolved use `bazel run //:docs_link_check` + --- This issue will be auto updated regularly if link issues are found. You may close it if you wish, though a new one will be created if link issues are still present.