Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/actions/link-check/link_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/link_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading