[PR #461] [MERGED] ci: add PR title lint workflow #483

Closed
opened 2026-06-05 17:23:21 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/461
Author: @hntrl
Created: 4/14/2026
Status: Merged
Merged: 4/14/2026
Merged by: @hntrl

Base: mainHead: hunter/pr-title-lint


📝 Commits (1)

  • 9e21246 ci: tighten PR title lint workflow

📊 Changes

1 file changed (+39 additions, -5 deletions)

View changed files

📝 .github/workflows/pr_lint.yml (+39 -5)

📄 Description

Summary

Adds PR title validation modeled after langchain-ai/langchainjs#10703.

Changes

  • Harden .github/workflows/pr_lint.yml
  • Reject empty scopes in PR titles (for example, fix(): ...)
  • Enforce Conventional Commit title format with semantic PR checks
  • Add repo-relevant scopes and disallow release/uppercase scopes
  • Keep ignore-lint-pr-title label override

🔄 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/deepagentsjs/pull/461 **Author:** [@hntrl](https://github.com/hntrl) **Created:** 4/14/2026 **Status:** ✅ Merged **Merged:** 4/14/2026 **Merged by:** [@hntrl](https://github.com/hntrl) **Base:** `main` ← **Head:** `hunter/pr-title-lint` --- ### 📝 Commits (1) - [`9e21246`](https://github.com/langchain-ai/deepagentsjs/commit/9e21246a95f469bae705c70fd950e0de0e4d7da2) ci: tighten PR title lint workflow ### 📊 Changes **1 file changed** (+39 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/pr_lint.yml` (+39 -5) </details> ### 📄 Description ## Summary Adds PR title validation modeled after langchain-ai/langchainjs#10703. ## Changes - Harden .github/workflows/pr_lint.yml - Reject empty scopes in PR titles (for example, fix(): ...) - Enforce Conventional Commit title format with semantic PR checks - Add repo-relevant scopes and disallow release/uppercase scopes - Keep ignore-lint-pr-title label override --- <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-06-05 17:23:21 -04:00
yindo closed this issue 2026-06-05 17:23:21 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#483