[PR #3] [MERGED] Add github actions #259

Closed
opened 2026-02-16 00:19:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langserve/pull/3
Author: @eyurtsev
Created: 9/29/2023
Status: Merged
Merged: 9/29/2023
Merged by: @eyurtsev

Base: mainHead: eugene/add_workflows


📝 Commits (1)

📊 Changes

7 files changed (+542 additions, -0 deletions)

View changed files

.github/actions/poetry_setup/action.yml (+91 -0)
.github/workflows/_lint.yml (+144 -0)
.github/workflows/_pydantic_compatibility.yml (+93 -0)
.github/workflows/_release.yml (+63 -0)
.github/workflows/_test.yml (+57 -0)
.github/workflows/langserve_ci.yml (+81 -0)
.github/workflows/langserve_release.yml (+13 -0)

📄 Description

Add actions/workflows


🔄 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/langserve/pull/3 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 9/29/2023 **Status:** ✅ Merged **Merged:** 9/29/2023 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/add_workflows` --- ### 📝 Commits (1) - [`ab765a9`](https://github.com/langchain-ai/langserve/commit/ab765a95ec042cafb35b7e31a86bb4bbd43b1d12) x ### 📊 Changes **7 files changed** (+542 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/actions/poetry_setup/action.yml` (+91 -0) ➕ `.github/workflows/_lint.yml` (+144 -0) ➕ `.github/workflows/_pydantic_compatibility.yml` (+93 -0) ➕ `.github/workflows/_release.yml` (+63 -0) ➕ `.github/workflows/_test.yml` (+57 -0) ➕ `.github/workflows/langserve_ci.yml` (+81 -0) ➕ `.github/workflows/langserve_release.yml` (+13 -0) </details> ### 📄 Description Add actions/workflows --- <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-16 00:19:57 -05:00
yindo closed this issue 2026-02-16 00:19:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langserve#259