[PR #2593] [MERGED] add action to fail on missing redirects #2579

Closed
opened 2026-02-17 17:23:34 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2593
Author: @npentrel
Created: 2/11/2026
Status: Merged
Merged: 2/11/2026
Merged by: @npentrel

Base: mainHead: naomi/doc-721-create-github-action-that-fails-prs-that-do-not-add


📝 Commits (7)

📊 Changes

2 files changed (+297 additions, -0 deletions)

View changed files

.github/workflows/check-removed-pages-redirects.yml (+116 -0)
scripts/check_removed_pages_redirects.py (+181 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2593 **Author:** [@npentrel](https://github.com/npentrel) **Created:** 2/11/2026 **Status:** ✅ Merged **Merged:** 2/11/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `naomi/doc-721-create-github-action-that-fails-prs-that-do-not-add` --- ### 📝 Commits (7) - [`908ca4c`](https://github.com/langchain-ai/docs/commit/908ca4c3d42a211b0875bda5db027bdefcaf6e3e) add action to fail on missing redirects - [`b2efbf5`](https://github.com/langchain-ai/docs/commit/b2efbf5bda01f660283e370138db8538006f1b6f) format - [`53991c1`](https://github.com/langchain-ai/docs/commit/53991c13d49c133255513ffeaca68be52d3da98b) test remove page from docs.json - [`9c40566`](https://github.com/langchain-ai/docs/commit/9c40566a76f94a465914011a002fc1a934498fcf) readd - [`5fa33c1`](https://github.com/langchain-ai/docs/commit/5fa33c1dbd103362726f85a13ba763e1351dc5c3) another test - [`18fe3d4`](https://github.com/langchain-ai/docs/commit/18fe3d4a0ba2e92f7534d1eab526c816978d7198) simplify - [`f23569f`](https://github.com/langchain-ai/docs/commit/f23569f1a94ef2ed3faa832658a0a9f495d26dc5) readd ### 📊 Changes **2 files changed** (+297 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/check-removed-pages-redirects.yml` (+116 -0) ➕ `scripts/check_removed_pages_redirects.py` (+181 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:23:34 -05:00
yindo closed this issue 2026-02-17 17:23:34 -05:00
yindo changed title from [PR #2593] add action to fail on missing redirects to [PR #2593] [MERGED] add action to fail on missing redirects 2026-06-05 18:19:28 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2579