{"id":15870871,"url":"https://github.com/int128/kubebuilder-workflows","last_synced_at":"2025-03-16T04:30:23.106Z","repository":{"id":138193456,"uuid":"594672246","full_name":"int128/kubebuilder-workflows","owner":"int128","description":"Reusable workflows for kubebuilder project","archived":false,"fork":false,"pushed_at":"2025-03-09T10:12:22.000Z","size":167,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"v1","last_synced_at":"2025-03-09T11:19:34.826Z","etag":null,"topics":["github-actions","golang","kubebuilder","kubernetes","reusable-workflows"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/int128.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2023-01-29T09:26:56.000Z","updated_at":"2025-03-09T10:12:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5093997-8dc2-41d8-9d54-2b140bdf0a5a","html_url":"https://github.com/int128/kubebuilder-workflows","commit_stats":{"total_commits":119,"total_committers":2,"mean_commits":59.5,"dds":"0.17647058823529416","last_synced_commit":"9444063bd1b3b2572b4ba99ad22ecb8b5780c1eb"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/int128%2Fkubebuilder-workflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/int128%2Fkubebuilder-workflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/int128%2Fkubebuilder-workflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/int128%2Fkubebuilder-workflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/int128","download_url":"https://codeload.github.com/int128/kubebuilder-workflows/tar.gz/refs/heads/v1","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243801679,"owners_count":20350108,"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":["github-actions","golang","kubebuilder","kubernetes","reusable-workflows"],"created_at":"2024-10-06T00:40:37.976Z","updated_at":"2025-03-16T04:30:23.095Z","avatar_url":"https://github.com/int128.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kubebuilder-workflows [![test](https://github.com/int128/kubebuilder-workflows/actions/workflows/test-workflows.yaml/badge.svg)](https://github.com/int128/kubebuilder-workflows/actions/workflows/test-workflows.yaml)\n\nThis provides the reusable workflows for a Kubebuilder project.\n\n## Getting Started\n\n```yaml\nname: go\n\non:\n  pull_request:\n    paths:\n      - .github/workflows/go.yaml\n      - go.*\n      - '**/*.go'\n      - Makefile\n  push:\n    branches:\n      - main\n    paths:\n      - .github/workflows/go.yaml\n      - go.*\n      - '**/*.go'\n      - Makefile\n\njobs:\n  go:\n    uses: int128/kubebuilder-workflows/.github/workflows/go.yaml@v1\n    permissions:\n      contents: write\n      pull-requests: write\n    with:\n      go-version-file: go.sum\n      cache-dependency-path: go.sum\n```\n\n```yaml\nname: manifest\n\non:\n  pull_request:\n    paths:\n      - config/**\n      - .github/workflows/manifest.yaml\n\njobs:\n  manifest:\n    uses: int128/kubebuilder-workflows/.github/workflows/manifest.yaml@v1\n    permissions:\n      contents: read\n      pull-requests: write\n```\n\n```yaml\nname: release\n\non:\n  push:\n    tags:\n      - v*\n  pull_request:\n    paths:\n      - config/**\n      - .github/workflows/release.yaml\n\njobs:\n  manifest:\n    uses: int128/kubebuilder-workflows/.github/workflows/release.yaml@v1\n    permissions:\n      contents: write\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fint128%2Fkubebuilder-workflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fint128%2Fkubebuilder-workflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fint128%2Fkubebuilder-workflows/lists"}