[PR #70] [MERGED] infra: add ci #1213

Closed
opened 2026-02-20 17:44:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/70
Author: @baskaryan
Created: 1/27/2024
Status: Merged
Merged: 1/27/2024
Merged by: @baskaryan

Base: mainHead: bagatur/langgraph_ci


📝 Commits (7)

📊 Changes

13 files changed (+725 additions, -16 deletions)

View changed files

.github/ISSUE_TEMPLATE/bug-report.yml (+118 -0)
.github/ISSUE_TEMPLATE/config.yml (+15 -0)
.github/ISSUE_TEMPLATE/documentation.yml (+19 -0)
.github/ISSUE_TEMPLATE/privileged.yml (+25 -0)
.github/actions/poetry_setup/action.yml (+88 -0)
.github/workflows/_test_release.yml (+87 -0)
.github/workflows/lint.yml (+94 -0)
.github/workflows/release.yml (+209 -0)
.github/workflows/test.yml (+50 -0)
📝 Makefile (+8 -3)
📝 langgraph/prebuilt/chat_agent_executor.py (+2 -4)
📝 poetry.lock (+8 -8)
📝 pyproject.toml (+2 -1)

📄 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/langgraph/pull/70 **Author:** [@baskaryan](https://github.com/baskaryan) **Created:** 1/27/2024 **Status:** ✅ Merged **Merged:** 1/27/2024 **Merged by:** [@baskaryan](https://github.com/baskaryan) **Base:** `main` ← **Head:** `bagatur/langgraph_ci` --- ### 📝 Commits (7) - [`8562327`](https://github.com/langchain-ai/langgraph/commit/85623274d17e293024968a98ebe0bde25af8f3df) infra: add ci - [`9119dc1`](https://github.com/langchain-ai/langgraph/commit/9119dc18ef9f33e86ba636440560f64953b60162) fix - [`ad88ebf`](https://github.com/langchain-ai/langgraph/commit/ad88ebf29550994986c0a2458891e2417531e8c4) fix - [`21bcf33`](https://github.com/langchain-ai/langgraph/commit/21bcf33bc22b148e3a7d4f06fd35a66f52536031) fix - [`ac179f1`](https://github.com/langchain-ai/langgraph/commit/ac179f15cbf6b63d54bc9ebeae283e7d6cdf0222) test dep - [`aed2844`](https://github.com/langchain-ai/langgraph/commit/aed2844c20367385db7ba5530eb7d3eee0d89e09) fmt - [`303e75c`](https://github.com/langchain-ai/langgraph/commit/303e75c314d1b1b739c14210cb47d625f8ceadc6) rm py3.8 ### 📊 Changes **13 files changed** (+725 additions, -16 deletions) <details> <summary>View changed files</summary> ➕ `.github/ISSUE_TEMPLATE/bug-report.yml` (+118 -0) ➕ `.github/ISSUE_TEMPLATE/config.yml` (+15 -0) ➕ `.github/ISSUE_TEMPLATE/documentation.yml` (+19 -0) ➕ `.github/ISSUE_TEMPLATE/privileged.yml` (+25 -0) ➕ `.github/actions/poetry_setup/action.yml` (+88 -0) ➕ `.github/workflows/_test_release.yml` (+87 -0) ➕ `.github/workflows/lint.yml` (+94 -0) ➕ `.github/workflows/release.yml` (+209 -0) ➕ `.github/workflows/test.yml` (+50 -0) 📝 `Makefile` (+8 -3) 📝 `langgraph/prebuilt/chat_agent_executor.py` (+2 -4) 📝 `poetry.lock` (+8 -8) 📝 `pyproject.toml` (+2 -1) </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-20 17:44:11 -05:00
yindo closed this issue 2026-02-20 17:44:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1213