From 338d3d2795e37c4e9b45c5a672c7bf6fa7a7a074 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Thu, 11 Sep 2025 22:02:14 -0400 Subject: [PATCH] chore: remove `infra` tag from task issue template (#32912) --- .github/ISSUE_TEMPLATE/task.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml index fb958a04da4..e055813a029 100644 --- a/.github/ISSUE_TEMPLATE/task.yml +++ b/.github/ISSUE_TEMPLATE/task.yml @@ -1,6 +1,6 @@ name: "📋 Task" description: Create a task for project management and tracking by LangChain maintainers. If you are not a maintainer, please use other templates or the forum. -labels: ["task", "infra"] +labels: ["task"] type: task body: - type: markdown