{"id":23376223,"url":"https://github.com/trustedshops-public/circleci-orb-pact","last_synced_at":"2026-01-31T02:01:23.623Z","repository":{"id":64553542,"uuid":"460454700","full_name":"trustedshops-public/circleci-orb-pact","owner":"trustedshops-public","description":"Run pact tests in your pipelines and verify results to make sure your deployments adhere to the contract","archived":false,"fork":false,"pushed_at":"2026-01-28T09:23:57.000Z","size":50,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-29T00:53:05.127Z","etag":null,"topics":["circleci-orbs","pact","tpcircleci-orb","tscircleci-orbs"],"latest_commit_sha":null,"homepage":"https://circleci.com/developer/orbs/orb/trustedshops-public/pact","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/trustedshops-public.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":"2022-02-17T13:48:56.000Z","updated_at":"2026-01-28T09:23:57.000Z","dependencies_parsed_at":"2023-02-10T14:20:15.573Z","dependency_job_id":"6d6e2a18-0d8e-4481-ac60-250d36a3ead4","html_url":"https://github.com/trustedshops-public/circleci-orb-pact","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/trustedshops-public/circleci-orb-pact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustedshops-public%2Fcircleci-orb-pact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustedshops-public%2Fcircleci-orb-pact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustedshops-public%2Fcircleci-orb-pact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustedshops-public%2Fcircleci-orb-pact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trustedshops-public","download_url":"https://codeload.github.com/trustedshops-public/circleci-orb-pact/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustedshops-public%2Fcircleci-orb-pact/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28926630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"online","status_checked_at":"2026-01-31T02:00:09.179Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["circleci-orbs","pact","tpcircleci-orb","tscircleci-orbs"],"created_at":"2024-12-21T17:34:43.110Z","updated_at":"2026-01-31T02:01:23.608Z","avatar_url":"https://github.com/trustedshops-public.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"circleci-orb-pact\n===\n[![GitHub License](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/trustedshops-public/pact/blob/main/LICENSE)\n[![pre-commit](https://img.shields.io/badge/%E2%9A%93%20%20pre--commit-enabled-success)](https://pre-commit.com/)\n[![CircleCI Build Status](https://circleci.com/gh/trustedshops-public/circleci-orb-pact.svg?style=shield \"CircleCI Build Status\")](https://circleci.com/gh/trustedshops-public/circleci-orb-pact)\n[![CircleCI Orb Version](https://badges.circleci.com/orbs/trustedshops-public/pact.svg)](https://circleci.com/orbs/registry/orb/trustedshops-public/pact)\n\nCircleci Orb to run pact tests in your pipelines and verify results to make sure your deployments adhere to the contract\n\n## Resources\n\n[CircleCI Orb Registry Page](https://circleci.com/orbs/registry/orb/trustedshops-public/pact) - The official registry page of this\norb for all versions, executors, commands, and jobs described.\n\n[CircleCI Orb Docs](https://circleci.com/docs/2.0/orb-intro/#section=configuration) - Docs for using and creating\nCircleCI Orbs.\n\n### How to Contribute\n\nWe welcome [issues](https://github.com/trustedshops-public/circleci-orb-pact/issues) to\nand [pull requests](https://github.com/trustedshops-public/circleci-orb-pact/pulls) against this repository!\n\n### Commit Message Convention\n\nThis repository follows [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)\n\n#### Format\n\n`\u003ctype\u003e(optional scope): \u003cdescription\u003e`\nExample: `feat(pre-event): Add speakers section`\n\n#### 1. Type\n\nAvailable types are:\n\n- feat → Changes about addition or removal of a feature. Ex: `feat: Add table on landing page`\n  , `feat: Remove table from landing page`\n- fix → Bug fixing, followed by the bug. Ex: `fix: Illustration overflows in mobile view`\n- docs → Update documentation (README.md)\n- style → Updating style, and not changing any logic in the code (reorder imports, fix whitespace, remove comments)\n- chore → Installing new dependencies, or bumping deps\n- refactor → Changes in code, same output, but different approach\n- ci → Update github workflows, husky\n- test → Update testing suite, cypress files\n- revert → when reverting commits\n- perf → Fixing something regarding performance (deriving state, using memo, callback)\n- vercel → Blank commit to trigger vercel deployment. Ex: `vercel: Trigger deployment`\n\n#### 2. Optional Scope\n\nLabels per page Ex: `feat(pre-event): Add date label`\n\n*If there is no scope needed, you don't need to write it*\n\n#### 3. Description\n\nDescription must fully explain what is being done.\n\nAdd BREAKING CHANGE in the description if there is a significant change.\n\n**If there are multiple changes, then commit one by one**\n\n- After colon, there are a single space Ex: `feat: Add something`\n- When using `fix` type, state the issue Ex: `fix: File size limiter not working`\n- Use imperative, dan present tense: \"change\" not \"changed\" or \"changes\"\n- Use capitals in front of the sentence\n- Don't add full stop (.) at the end of the sentence\n\n### Publish new release\n\nCommit according to semantic release spec above and let CircleCI (and semantic-release) do the magic.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrustedshops-public%2Fcircleci-orb-pact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrustedshops-public%2Fcircleci-orb-pact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrustedshops-public%2Fcircleci-orb-pact/lists"}