{"id":18114998,"url":"https://github.com/janw/workflows","last_synced_at":"2025-04-06T09:28:04.842Z","repository":{"id":165125014,"uuid":"640501136","full_name":"janw/workflows","owner":"janw","description":"A collection of reusable GitHub Actions workflows","archived":false,"fork":false,"pushed_at":"2024-11-24T22:24:19.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T14:59:01.739Z","etag":null,"topics":["cicd","github-actions","github-actions-workflow"],"latest_commit_sha":null,"homepage":"","language":null,"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/janw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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},"funding":{"github":"janw","liberapay":"janw","ko_fi":"janwxyz"}},"created_at":"2023-05-14T09:56:32.000Z","updated_at":"2024-11-24T22:24:22.000Z","dependencies_parsed_at":"2024-01-28T01:02:34.365Z","dependency_job_id":"d576571a-6da1-4ea5-8f55-bf042493d5d2","html_url":"https://github.com/janw/workflows","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janw%2Fworkflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janw%2Fworkflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janw%2Fworkflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janw%2Fworkflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janw","download_url":"https://codeload.github.com/janw/workflows/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247462802,"owners_count":20942908,"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":["cicd","github-actions","github-actions-workflow"],"created_at":"2024-11-01T03:07:42.753Z","updated_at":"2025-04-06T09:28:04.816Z","avatar_url":"https://github.com/janw.png","language":null,"readme":"# GitHub Actions Workflows\n\n\u003c!-- markdownlint-disable MD033 MD013 --\u003e\n\u003cdiv align=\"center\"\u003e\n\n[![Linters](https://github.com/janw/workflows/actions/workflows/.local.linters.yaml/badge.svg)](https://github.com/janw/workflows/actions/workflows/.local.linters.yaml)\n[![pre-commit](https://img.shields.io/badge/-pre--commit-f8b424?logo=pre-commit\u0026labelColor=grey)](https://github.com/pre-commit/pre-commit)\n\n\u003c/div\u003e\n\nA collection of reusable but opinionated GitHub Actions Workflows.\n\n## `commitizen-bump-version`\n\n### Example use\n\n```yaml\nname: Bump version\n\non:\n  push:\n    branches:\n      - main\n\njobs:\n  bump-version:\n    uses: janw/workflows/.github/workflows/commitizen-bump-version.yaml@main\n    secrets:\n      personal-access-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}\n      gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}\n      gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}\n```\n\n### Required variables\n\nNone.\n\n### Required secrets\n\n* `PERSONAL_ACCESS_TOKEN`: [Fine-grained PAT](https://github.com/settings/tokens?type=beta) of the repo owner with `content: write` permissions\n* `GPG_PRIVATE_KEY`: GPG key to sign the release\n* `GPG_PASSPHRASE`: Passphrase to the GPG key\n\n## `commitizen`\n\n### Example use\n\n```yaml\nname: Linters\n\non:\n  pull_request:\n\njobs:\n  commitizen:\n    uses: janw/workflows/.github/workflows/commitizen.yaml@main\n```\n\n### Required variables\n\nNone.\n\n### Required secrets\n\nNone.\n","funding_links":["https://github.com/sponsors/janw","https://liberapay.com/janw","https://ko-fi.com/janwxyz"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanw%2Fworkflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanw%2Fworkflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanw%2Fworkflows/lists"}