[PR #663] ci: add conventional commits check workflow #644

Open
opened 2026-02-17 12:10:51 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/conventional-commits/conventionalcommits.org/pull/663
Author: @Jorgagu
Created: 9/2/2025
Status: 🔄 Open

Base: masterHead: ci/add-conventionnal-commits-check


📝 Commits (1)

  • 09058bf ci: add conventional commits check workflow

📊 Changes

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

View changed files

.github/workflows/conventional-commits-check.yaml (+49 -0)

📄 Description

This pull request adds a new GitHub Actions workflow to enforce conventional commit and semantic pull request title standards for all pull requests. This helps ensure consistency and clarity in commit history and PR titles.

Continuous Integration and Commit Standards:

  • Introduced .github/workflows/conventional-commits-check.yaml to automatically check for conventional commit messages and semantic PR titles on pull requests using community GitHub Actions.
  • Provides automated feedback to contributors if their PR title does not comply with the Conventional Commits specification, and deletes previous error comments once the issue is resolved.

🔄 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/conventional-commits/conventionalcommits.org/pull/663 **Author:** [@Jorgagu](https://github.com/Jorgagu) **Created:** 9/2/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `ci/add-conventionnal-commits-check` --- ### 📝 Commits (1) - [`09058bf`](https://github.com/conventional-commits/conventionalcommits.org/commit/09058bfbc699ae93796c450fa0edbfbcc7bd67f7) ci: add conventional commits check workflow ### 📊 Changes **1 file changed** (+49 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/conventional-commits-check.yaml` (+49 -0) </details> ### 📄 Description This pull request adds a new GitHub Actions workflow to enforce conventional commit and semantic pull request title standards for all pull requests. This helps ensure consistency and clarity in commit history and PR titles. **Continuous Integration and Commit Standards:** * Introduced `.github/workflows/conventional-commits-check.yaml` to automatically check for conventional commit messages and semantic PR titles on pull requests using community GitHub Actions. * Provides automated feedback to contributors if their PR title does not comply with the Conventional Commits specification, and deletes previous error comments once the issue is resolved. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-17 12:10:51 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/conventionalcommits.org#644