{"id":13532812,"url":"https://github.com/JulienKode/pull-request-name-linter-action","last_synced_at":"2025-04-01T21:31:08.512Z","repository":{"id":39394033,"uuid":"235188527","full_name":"JulienKode/pull-request-name-linter-action","owner":"JulienKode","description":"⚡️ Lint pull request name with commit lint. This is useful if you squash merge your pull requests ⚡️","archived":false,"fork":false,"pushed_at":"2025-03-25T12:43:38.000Z","size":161653,"stargazers_count":82,"open_issues_count":20,"forks_count":12,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T19:11:21.452Z","etag":null,"topics":["actions","best-practice","best-practices","ci","commitlint","continuous-integration","github","github-actions","linter","productivity","pull-requests","squash","workflow"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/pull-request-linter-action","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JulienKode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-20T20:04:11.000Z","updated_at":"2025-01-20T15:03:45.000Z","dependencies_parsed_at":"2023-10-27T00:25:09.718Z","dependency_job_id":"78fe0db5-ba16-40c1-8123-afdf513b516a","html_url":"https://github.com/JulienKode/pull-request-name-linter-action","commit_stats":{"total_commits":225,"total_committers":5,"mean_commits":45.0,"dds":"0.16000000000000003","last_synced_commit":"9b85d6d136a7860a7f7c036ee1e5121041989a21"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienKode%2Fpull-request-name-linter-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienKode%2Fpull-request-name-linter-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienKode%2Fpull-request-name-linter-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienKode%2Fpull-request-name-linter-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JulienKode","download_url":"https://codeload.github.com/JulienKode/pull-request-name-linter-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246713035,"owners_count":20821834,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","best-practice","best-practices","ci","commitlint","continuous-integration","github","github-actions","linter","productivity","pull-requests","squash","workflow"],"created_at":"2024-08-01T07:01:13.922Z","updated_at":"2025-04-01T21:31:07.716Z","avatar_url":"https://github.com/JulienKode.png","language":"TypeScript","funding_links":[],"categories":["Community Resources"],"sub_categories":["Pull Requests"],"readme":"# ⚡️ Pull request name linter with commitlint ⚡️\n---\n[![build](https://github.com/JulienKode/pull-request-name-linter-action/workflows/build/badge.svg)](https://github.com/JulienKode/pull-request-name-linter-action/actions)\n[![GitHub issues](https://img.shields.io/github/issues/JulienKode/pull-request-name-linter-action?style=flat-square)](https://github.com/JulienKode/pull-request-name-linter-action/issues)\n[![GitHub forks](https://img.shields.io/github/forks/JulienKode/pull-request-name-linter-action?style=flat-square)](https://github.com/JulienKode/pull-request-name-linter-action/network)\n[![GitHub stars](https://img.shields.io/github/stars/JulienKode/pull-request-name-linter-action?style=flat-square)](https://github.com/JulienKode/pull-request-name-linter-action/stargazers)\n[![GitHub license](https://img.shields.io/github/license/JulienKode/pull-request-name-linter-action?style=flat-square)](https://github.com/JulienKode/pull-request-name-linter-action/blob/master/LICENSE)\n[![Watch on GitHub](https://img.shields.io/github/watchers/JulienKode/pull-request-name-linter-action.svg?style=social)](https://github.com/JulienKode/pull-request-name-linter-action/watchers)\n[![Tweet](https://img.shields.io/twitter/url/https/github.com/JulienKode/pull-request-name-linter-action.svg?style=social)](https://twitter.com/intent/tweet?text=Checkout%20this%20library%20https%3A%2F%2Fgithub.com%2FJulienKode%2Fpull-request-name-linter-action)\n---\n\n**GitHub action** to automatically **lint pull request name** with [**commitlint**](https://commitlint.js.org).\nThis is useful if squash merge your pull request for example.\n\n**Note**: If you are looking to lint the commits of your pull request with commitlint you can use [commitlint-github-action](https://github.com/wagoid/commitlint-github-action)\n\nThis package are using the commitlint 11 version\n\n## Configuration\n\n## Usage\n\n### Create `.github/workflows/pr-name.yml`\n\nCreate a workflow (eg: `.github/workflows/pr-name.yml` see [Creating a Workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file)).\nHere is an example of configuration\n\n```yaml\nname: pr-name-linter\non:\n  pull_request:\n    types: ['opened', 'edited', 'reopened', 'synchronize']\n\njobs:\n  lint:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v1\n    - name: Install Dependencies\n      run: npm install @commitlint/config-conventional\n    - uses: JulienKode/pull-request-name-linter-action@v0.5.0\n```\n\n**Note**: make sure you install your dependencies that commitlint use \n\n## Example \n\nIf you want to see an example of usage you can checkout this repository: https://github.com/JulienKode/pull-request-name-linter-action-example\n\n![image](https://user-images.githubusercontent.com/7658664/80835181-8a7cc280-8bf2-11ea-932b-7a954db6bf60.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJulienKode%2Fpull-request-name-linter-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJulienKode%2Fpull-request-name-linter-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJulienKode%2Fpull-request-name-linter-action/lists"}