[PR #2343] [MERGED] feat(ci): add workflow to check for deprecated patterns in PRs #2354

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2343
Author: @mdrxy
Created: 1/23/2026
Status: Merged
Merged: 1/23/2026
Merged by: @mdrxy

Base: mainHead: mdrxy/check-deprecated


📝 Commits (1)

  • e1d3787 feat(ci): add workflow to check for deprecated patterns in PRs

📊 Changes

1 file changed (+44 additions, -0 deletions)

View changed files

.github/workflows/check-deprecated.yml (+44 -0)

📄 Description

This pull request introduces a new GitHub Actions workflow to help enforce code quality by blocking the addition of deprecated patterns. Specifically, it adds a check that prevents new uses of the deprecated create_react_agent pattern.


🔄 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/2343 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 1/23/2026 **Status:** ✅ Merged **Merged:** 1/23/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/check-deprecated` --- ### 📝 Commits (1) - [`e1d3787`](https://github.com/langchain-ai/docs/commit/e1d37873ba85e975381c76098915fa2739013cf0) feat(ci): add workflow to check for deprecated patterns in PRs ### 📊 Changes **1 file changed** (+44 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/check-deprecated.yml` (+44 -0) </details> ### 📄 Description This pull request introduces a new GitHub Actions workflow to help enforce code quality by blocking the addition of deprecated patterns. Specifically, it adds a check that prevents new uses of the deprecated `create_react_agent` pattern. --- <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:19 -05:00
yindo closed this issue 2026-02-17 17:23:19 -05:00
yindo changed title from [PR #2343] feat(ci): add workflow to check for deprecated patterns in PRs to [PR #2343] [MERGED] feat(ci): add workflow to check for deprecated patterns in PRs 2026-06-05 18:18:08 -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#2354