# amannn/action-semantic-pull-request

A GitHub Action that ensures that your PR title matches the Conventional Commits spec

Repository: https://github.com/amannn/action-semantic-pull-request
Canonical: https://ross.abutalabs.com/products/action-semantic-pull-request
Language: JavaScript
License: MIT
License Family: permissive
Topics: pull-requests, pr-title, github-action, conventional-commits
Last push: 2026-07-01T13:29:58+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 90, release rhythm 44, longevity 100
- inputs: {"age_days": 2490, "days_push": 63, "days_rel": 376, "gap_med": 2, "n_releases_24m": 4}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1379, forks 156 (observed 2026-08-28T04:04:33.722187+00:00)

## What it is
A GitHub Action that validates pull request titles against the Conventional Commits specification. It is commonly paired with semantic-release to enable automated releases from squashed merge commits.

## Use cases
- enforce conventional commit format on pull request titles
- lint pr titles in ci
- validate pr titles for semantic-release automation
- require commit types like feat and fix in pr titles
- allow custom ticket id prefixes like jira in pr titles
- block merging prs with non-conventional titles

## When to choose
- you use squash & merge and want clean conventional commit history
- you automate releases with semantic-release or similar tools
- you want a zero-config, widely adopted pr title checker on GitHub

## When to avoid
- you don't use GitHub Actions or GitHub for hosting
- your team doesn't follow Conventional Commits
- you need to lint commit messages rather than pr titles

## Facets
- artifact type: plugin
- maturity: active
- function: ci-cd, code-review, linter
- domain: developer-tools, version-control
- platform: cloud
- tags: github-action, conventional-commits, pull-request, pr-title-lint, semantic-release, automation, docker

## Member repositories
- amannn/action-semantic-pull-request (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:33.722187+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:40:18.050794+00:00, confidence not recorded.
  - readme: https://github.com/amannn/action-semantic-pull-request (fetched 2026-08-28T04:04:33.722187+00:00, sha 71fc6c20f743)
- Data as of 2026-08-30T08:39:29.467469+00:00.
