{"id":23376224,"url":"https://github.com/trustedshops-public/circleci-orb-github-utils","last_synced_at":"2025-04-08T03:44:15.777Z","repository":{"id":177232997,"uuid":"660114361","full_name":"trustedshops-public/circleci-orb-github-utils","owner":"trustedshops-public","description":"Utility for working with GitHub in CircleCI","archived":false,"fork":false,"pushed_at":"2024-11-29T15:34:08.000Z","size":22,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-14T02:52:50.817Z","etag":null,"topics":["ci","circleci","circleci-orbs","github","tpcircleci-orb","tscircleci-orbs","util"],"latest_commit_sha":null,"homepage":"https://circleci.com/developer/orbs/orb/trustedshops-public/github-utils","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}},"created_at":"2023-06-29T09:21:37.000Z","updated_at":"2024-11-29T15:33:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a2dcf41-39de-4c8e-9d40-606bbfbde3ff","html_url":"https://github.com/trustedshops-public/circleci-orb-github-utils","commit_stats":null,"previous_names":["trustedshops-public/circleci-orb-github-utils"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustedshops-public%2Fcircleci-orb-github-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustedshops-public%2Fcircleci-orb-github-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustedshops-public%2Fcircleci-orb-github-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustedshops-public%2Fcircleci-orb-github-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trustedshops-public","download_url":"https://codeload.github.com/trustedshops-public/circleci-orb-github-utils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247773744,"owners_count":20993633,"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":["ci","circleci","circleci-orbs","github","tpcircleci-orb","tscircleci-orbs","util"],"created_at":"2024-12-21T17:34:43.918Z","updated_at":"2025-04-08T03:44:15.758Z","avatar_url":"https://github.com/trustedshops-public.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"circleci-orb-github-utils\n===\n[![GitHub License](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/trustedshops-public/github-utils/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-github-utils.svg?style=shield \"CircleCI Build Status\")](https://circleci.com/gh/trustedshops-public/circleci-orb-github-utils)\n[![CircleCI Orb Version](https://badges.circleci.com/orbs/trustedshops-public/github-utils.svg)](https://circleci.com/orbs/registry/orb/trustedshops-public/github-utils)\n\nUtility for working with GitHub in CircleCI\n\n## Resources\n\n[CircleCI Orb Registry Page](https://circleci.com/orbs/registry/orb/trustedshops-public/github-utils) - 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-github-utils/issues) to\nand [pull requests](https://github.com/trustedshops-public/circleci-orb-github-utils/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-github-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrustedshops-public%2Fcircleci-orb-github-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrustedshops-public%2Fcircleci-orb-github-utils/lists"}