{"id":18750631,"url":"https://github.com/webiny/action-conventional-commits","last_synced_at":"2025-08-20T14:31:57.391Z","repository":{"id":37992877,"uuid":"271462292","full_name":"webiny/action-conventional-commits","owner":"webiny","description":"Ensures that all commits are following the conventional-commits standard.","archived":false,"fork":false,"pushed_at":"2024-01-26T15:42:46.000Z","size":341,"stargazers_count":54,"open_issues_count":7,"forks_count":30,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-05T08:38:13.119Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webiny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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-06-11T05:47:13.000Z","updated_at":"2024-11-25T04:25:04.000Z","dependencies_parsed_at":"2023-11-23T21:31:09.916Z","dependency_job_id":"302a647f-20e0-414d-8fa1-55ff1709aec2","html_url":"https://github.com/webiny/action-conventional-commits","commit_stats":{"total_commits":52,"total_committers":5,"mean_commits":10.4,"dds":"0.11538461538461542","last_synced_commit":"679da979e48c297b9323b9ae5618028acefe88f7"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webiny%2Faction-conventional-commits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webiny%2Faction-conventional-commits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webiny%2Faction-conventional-commits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webiny%2Faction-conventional-commits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webiny","download_url":"https://codeload.github.com/webiny/action-conventional-commits/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229910399,"owners_count":18143219,"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":[],"created_at":"2024-11-07T17:12:39.343Z","updated_at":"2024-12-19T12:10:30.504Z","avatar_url":"https://github.com/webiny.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Conventional Commits GitHub Action\n\nA simple GitHub action that makes sure all commit messages are following the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.2/) specification.\n\n![Screenshot](/docs/screenshot.png)\n\nNote that, typically, you would make this check on a pre-commit hook (for example, using something like [Commitlint](https://commitlint.js.org/)), but those can easily be skipped, hence this GitHub action.\n\n### Usage\nLatest version: `v1.3.0`\n\n```yml\nname: Conventional Commits\n\non:\n  pull_request:\n    branches: [ master ]\n\njobs:\n  build:\n    name: Conventional Commits\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n\n      - uses: webiny/action-conventional-commits@v1.3.0\n        with:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Optional, for private repositories.\n          allowed-commit-types: \"feat,fix\" # Optional, set if you want a subset of commit types to be allowed.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebiny%2Faction-conventional-commits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebiny%2Faction-conventional-commits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebiny%2Faction-conventional-commits/lists"}