{"id":19139898,"url":"https://github.com/arcblock/action-version-check","last_synced_at":"2026-01-06T03:02:37.543Z","repository":{"id":42195265,"uuid":"480186307","full_name":"ArcBlock/action-version-check","owner":"ArcBlock","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-02T15:29:29.000Z","size":796,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-02-18T16:38:27.148Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ArcBlock.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-11T01:25:13.000Z","updated_at":"2022-04-11T01:25:37.000Z","dependencies_parsed_at":"2023-02-06T10:15:28.584Z","dependency_job_id":null,"html_url":"https://github.com/ArcBlock/action-version-check","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":"0.41666666666666663","last_synced_commit":"7af5d353e1e06a9b8a930251c6ed10eb850b7fb3"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Faction-version-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Faction-version-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Faction-version-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Faction-version-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArcBlock","download_url":"https://codeload.github.com/ArcBlock/action-version-check/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245075749,"owners_count":20556978,"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-09T07:15:37.057Z","updated_at":"2026-01-06T03:02:32.503Z","avatar_url":"https://github.com/ArcBlock.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# action-version-check\n\nThis is a Github Action that ensures that your PR has updated version.\n\n## Usage\n\n```yml\nname: \"Check Version\"\non:\n  pull_request:\n    types:\n      - opened\n      - reopened\n      - edited\n      - synchronize\n    branches:\n      - master\njobs:\n  main:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: Arcblock/action-version-check@master\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n        with:\n          working-directory: ''\n```\n\n## Rules\n\n1. The updated version must be larger than the current version\n1. Version updates greater than 1 are not allowed. e.g. 1.0.0 -\u003e 1.0.3, 1.0.0 -\u003e 1.2.0, 1.3.3 -\u003e 3.0.0, such updates will fail\n1. To update the major version, then you need to include [release-major] in the PR title\n1. To update the minor version, then you need to include [release-minor] in the PR title\n\n## Skip the check\n\nAdd the `[skip version]` keyword to PR title to skip the check.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcblock%2Faction-version-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farcblock%2Faction-version-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcblock%2Faction-version-check/lists"}