Skip to content

feat: add check pr title pipeline#275

Merged
Thaleszh merged 1 commit intomainfrom
feat/check-pr-title-pipeline
Feb 13, 2026
Merged

feat: add check pr title pipeline#275
Thaleszh merged 1 commit intomainfrom
feat/check-pr-title-pipeline

Conversation

@Thaleszh
Copy link
Contributor

Description

Adds pipelien that checks PR titles

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

On this same PR

@Thaleszh Thaleszh requested a review from jhelison as a code owner February 13, 2026 13:51
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 13, 2026

Walkthrough

A new GitHub Actions workflow file is added to validate PR titles against conventional commit standards. The workflow triggers on PR open, synchronize, reopened, and edited events, runs on ubuntu-latest with read-only permissions for contents and pull-requests, and executes the ytanikin/pr-conventional-commits@1.4.0 action to enforce conventional-commit types while skipping label addition.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: adding a GitHub Actions workflow to validate PR titles against conventional commit standards.
Description check ✅ Passed The description is directly related to the changeset, explaining that a pipeline is added to check PR titles, which matches the workflow implementation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into main

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/check-pr-title-pipeline

No actionable comments were generated in the recent review. 🎉

🧹 Recent nitpick comments
.github/workflows/pr-title.yml (1)

14-18: Pin the action to a full commit SHA for supply-chain security.

Tag references like @1.4.0 are mutable and can be moved or deleted by the upstream repository owner. GitHub recommends pinning to the full commit SHA for immutability. Include a comment with the version for readability:

- uses: ytanikin/pr-conventional-commits@6ac1cea # v1.4.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Thaleszh Thaleszh merged commit 01df974 into main Feb 13, 2026
8 of 9 checks passed
@Thaleszh Thaleszh deleted the feat/check-pr-title-pipeline branch February 13, 2026 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants