{"id":18447657,"url":"https://github.com/koki-develop/major-version-sync","last_synced_at":"2025-04-15T08:58:39.560Z","repository":{"id":253103874,"uuid":"842317578","full_name":"koki-develop/major-version-sync","owner":"koki-develop","description":"Syncs the major version tag with the new tag.","archived":false,"fork":false,"pushed_at":"2025-01-06T10:05:16.000Z","size":665,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T08:58:36.036Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/major-version-sync","language":"TypeScript","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/koki-develop.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":"2024-08-14T05:30:21.000Z","updated_at":"2025-01-06T10:05:20.000Z","dependencies_parsed_at":"2024-12-24T09:23:47.075Z","dependency_job_id":"7a21a16c-7777-409e-a4b2-c9a66690d532","html_url":"https://github.com/koki-develop/major-version-sync","commit_stats":null,"previous_names":["koki-develop/major-version-sync"],"tags_count":9,"template":false,"template_full_name":"koki-develop/ts-action-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fmajor-version-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fmajor-version-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fmajor-version-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fmajor-version-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koki-develop","download_url":"https://codeload.github.com/koki-develop/major-version-sync/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249040048,"owners_count":21202813,"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":[],"created_at":"2024-11-06T07:14:02.427Z","updated_at":"2025-04-15T08:58:39.538Z","avatar_url":"https://github.com/koki-develop.png","language":"TypeScript","readme":"# major-version-sync\n\n[![GitHub Release](https://img.shields.io/github/v/release/koki-develop/major-version-sync)](https://github.com/koki-develop/major-version-sync/releases/latest)\n[![CI](https://img.shields.io/github/actions/workflow/status/koki-develop/major-version-sync/ci.yml?branch=main\u0026logo=github\u0026style=flat\u0026label=ci)](https://github.com/koki-develop/major-version-sync/actions/workflows/ci.yml)\n[![Build](https://img.shields.io/github/actions/workflow/status/koki-develop/major-version-sync/build.yml?branch=main\u0026logo=github\u0026style=flat\u0026label=build)](https://github.com/koki-develop/major-version-sync/actions/workflows/build.yml)\n\n## Usage\n\nThis Action automatically syncs the major version tag when a semantic versioning tag is pushed.  \nFor example, when you push a tag like `v1.2.3`, it will create or update a `v1` tag pointing to the same commit.\n\n```yaml\non:\n  push:\n    tags:\n      - \"v*.*.*\"\n\njobs:\n  major-version-sync:\n    runs-on: ubuntu-latest\n    permissions:\n      contents: write\n    steps:\n      - uses: koki-develop/major-version-sync@v1\n        with:\n          token: ${{ github.token }}\n```\n\nAlternatively, you can manually specify the version to sync using the `version` input.\n\n```yaml\n- uses: koki-develop/major-version-sync@v1\n  with:\n    version: v1.2.3\n    token: ${{ github.token }}\n```\n\n## LICENSE\n\n[MIT](./LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoki-develop%2Fmajor-version-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoki-develop%2Fmajor-version-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoki-develop%2Fmajor-version-sync/lists"}