{"id":23745172,"url":"https://github.com/tchoupinax/repo-config","last_synced_at":"2026-03-16T23:03:14.713Z","repository":{"id":258369800,"uuid":"871868388","full_name":"Tchoupinax/repo-config","owner":"Tchoupinax","description":"My configuration as code of my Github repositories.","archived":false,"fork":false,"pushed_at":"2026-02-22T13:58:23.000Z","size":91,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-22T18:59:08.678Z","etag":null,"topics":["github","iac","repositories","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","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/Tchoupinax.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":".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":"2024-10-13T06:58:32.000Z","updated_at":"2026-02-22T13:57:34.000Z","dependencies_parsed_at":"2024-11-29T10:21:03.228Z","dependency_job_id":"8dccbbda-d993-4603-8d01-762eb60dac1c","html_url":"https://github.com/Tchoupinax/repo-config","commit_stats":null,"previous_names":["tchoupinax/repo-config"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/Tchoupinax/repo-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tchoupinax%2Frepo-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tchoupinax%2Frepo-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tchoupinax%2Frepo-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tchoupinax%2Frepo-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tchoupinax","download_url":"https://codeload.github.com/Tchoupinax/repo-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tchoupinax%2Frepo-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29876367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T22:37:10.609Z","status":"ssl_error","status_checked_at":"2026-02-26T22:37:09.019Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["github","iac","repositories","terraform"],"created_at":"2024-12-31T12:54:54.037Z","updated_at":"2026-03-16T23:03:14.708Z","avatar_url":"https://github.com/Tchoupinax.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# repo-config\n\n## Shared GitHub Actions\n\nThis repository is also a **catalog of reusable GitHub Actions** that power many of my projects.  \nEach action is fully documented and kept in sync with its `action.yml` via `action-docs`.\n\n- **Node steps**\n  - **Build**: [`shared-actions/steps/node/build`](shared-actions/steps/node/build/README.md)\n  - **Unit tests**: [`shared-actions/steps/node/test-unit`](shared-actions/steps/node/test-unit/README.md)\n  - **Lint**: [`shared-actions/steps/node/lint`](shared-actions/steps/node/lint/README.md)\n\n- **Golang steps**\n  - **golangci-lint**: [`shared-actions/steps/golang/golangci`](shared-actions/steps/golang/golangci/README.md)\n  - **Goreleaser (build-only)**: [`shared-actions/steps/golang/goreleaser-build-only`](shared-actions/steps/golang/goreleaser-build-only/README.md)\n  - **Goreleaser (release)**: [`shared-actions/steps/golang/goreleaser-release`](shared-actions/steps/golang/goreleaser-release/README.md)\n\n- **DX steps**\n  - **Auto-label PRs**: [`shared-actions/steps/dx/automatically-apply-labels`](shared-actions/steps/dx/automatically-apply-labels/README.md)\n  - **Prepare draft releases**: [`shared-actions/steps/dx/prepare-draft-release`](shared-actions/steps/dx/prepare-draft-release/README.md)\n  - **Update Homebrew registry**: [`shared-actions/steps/dx/update-brew-registry`](shared-actions/steps/dx/update-brew-registry/README.md)\n\n- **Composed flows**\n  - **Golang pull-request flow**: [`shared-actions/flows/golang/pull-request`](shared-actions/flows/golang/pull-request/README.md)\n\nTo refresh all docs locally:\n\n```bash\nbash scripts/generate-actions-docs.sh\n```\n\nCI will fail if any of these docs are out of date, so every merged PR ships with **up‑to‑date action documentation by construction**.\n\n## Token creation\n\nThe CI requires TOKEN_GITHUB, a token created that give the following rights:\n\n- `Administration`: Write\n- `Contents`: Write\n- `Pull requests`: Write\n\n## Renovate configuration\n\nThe dashboard is accessible [here](https://developer.mend.io/github/Tchoupinax). To add an app, use this [page](https://github.com/settings/installations/53876128).\n\nRenovate won't merge automatically if there is no check passed ([source](https://github.com/renovatebot/renovate/discussions/13485#discussioncomment-1946614)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchoupinax%2Frepo-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftchoupinax%2Frepo-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchoupinax%2Frepo-config/lists"}