[PR #2342] [MERGED] feat(ci): check for default title #2353

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/2342
Author: @mdrxy
Created: 1/23/2026
Status: Merged
Merged: 1/23/2026
Merged by: @mdrxy

Base: mainHead: mdrxy/default-title-check


📝 Commits (1)

  • 8fd2a2b feat(ci): check for default title

📊 Changes

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

View changed files

.github/workflows/check-default-title.yml (+94 -0)

📄 Description

This pull request introduces a new GitHub Actions workflow to help ensure that issues and pull requests have descriptive titles. The workflow automatically checks for default or placeholder titles and prompts users to update them, improving the clarity and quality of contributions.

Automated title checking and feedback:

  • Adds a new workflow file (.github/workflows/check-default-title.yml) that triggers on issue and pull request creation or edits, checking for default or placeholder text in titles and commenting if found.
  • The workflow comments with guidance and examples for good titles and adds a needs-title label to help maintainers filter items needing attention.

🔄 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/2342 **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/default-title-check` --- ### 📝 Commits (1) - [`8fd2a2b`](https://github.com/langchain-ai/docs/commit/8fd2a2bd44d904552ff11f0968b215597223cc07) feat(ci): check for default title ### 📊 Changes **1 file changed** (+94 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/check-default-title.yml` (+94 -0) </details> ### 📄 Description This pull request introduces a new GitHub Actions workflow to help ensure that issues and pull requests have descriptive titles. The workflow automatically checks for default or placeholder titles and prompts users to update them, improving the clarity and quality of contributions. Automated title checking and feedback: * Adds a new workflow file (`.github/workflows/check-default-title.yml`) that triggers on issue and pull request creation or edits, checking for default or placeholder text in titles and commenting if found. * The workflow comments with guidance and examples for good titles and adds a `needs-title` label to help maintainers filter items needing attention. --- <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 #2342] feat(ci): check for default title to [PR #2342] [MERGED] feat(ci): check for default title 2026-06-05 18:18:07 -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#2353