{"id":46253192,"url":"https://github.com/commitizen-tools/setup-cz","last_synced_at":"2026-03-03T23:01:07.319Z","repository":{"id":325431960,"uuid":"1100344807","full_name":"commitizen-tools/setup-cz","owner":"commitizen-tools","description":"Github action to configure cz cli","archived":false,"fork":false,"pushed_at":"2026-01-12T16:13:22.000Z","size":46,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-13T07:29:32.568Z","etag":null,"topics":["commitizen","github-actions"],"latest_commit_sha":null,"homepage":"","language":null,"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/commitizen-tools.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-20T06:47:35.000Z","updated_at":"2026-01-12T16:13:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/commitizen-tools/setup-cz","commit_stats":null,"previous_names":["commitizen-tools/setup-cz"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/commitizen-tools/setup-cz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commitizen-tools%2Fsetup-cz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commitizen-tools%2Fsetup-cz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commitizen-tools%2Fsetup-cz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commitizen-tools%2Fsetup-cz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/commitizen-tools","download_url":"https://codeload.github.com/commitizen-tools/setup-cz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commitizen-tools%2Fsetup-cz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30064779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["commitizen","github-actions"],"created_at":"2026-03-03T23:01:06.643Z","updated_at":"2026-03-03T23:01:07.311Z","avatar_url":"https://github.com/commitizen-tools.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# setup-cz\n\nThis workflow sets up the commitizen CLI for use in your GitHub workflows.\nUnlike `commitizen-action`, this workflow only installs the CLI.\nIt does not automatically bump, commit or push changes.\nThis workflow, instead, gives more flexibility to the user by letting them\nuse the full range of commitizen commands.\n\n## Usage\n\n```yaml\njobs:\n  bump:\n    runs-on: ubuntu-latest\n    permissions:\n      contents: write\n      actions: write\n    steps:\n      - uses: actions/checkout@v6\n        with:\n          fetch-depth: 0\n          fetch-tags: true\n      - uses: commitizen-tools/setup-cz@main\n        with:\n          python-version: \"3.x\"\n      - run: |\n          cz version -p\n          cz bump --yes --annotated-tag\n          git push --follow-tags\n```\n\n\u003c!--doc_begin--\u003e\n## Inputs\n|Input|Description|Default|Required|\n|-----|-----------|-------|:------:|\n|`version`|Version of commitizen to install|`latest`|no|\n|`extra_requirements`|Install extra dependencies|n/a|no|\n|`python-version`|Version range or exact version of Python or PyPy to use, using SemVer's version range syntax. Reads from .python-version if unset. Passed directly to setup-python|n/a|no|\n|`set-git-config`|Set git config|`true`|no|\n## Outputs\nNone\n\u003c!--doc_end--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommitizen-tools%2Fsetup-cz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommitizen-tools%2Fsetup-cz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommitizen-tools%2Fsetup-cz/lists"}