{"id":34609933,"url":"https://github.com/rusinikita/changes-action","last_synced_at":"2026-04-14T12:34:01.264Z","repository":{"id":225558242,"uuid":"766280759","full_name":"rusinikita/changes-action","owner":"rusinikita","description":"GitHub action to run changes check","archived":false,"fork":false,"pushed_at":"2024-03-03T12:44:43.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-03T21:42:32.873Z","etag":null,"topics":["agreement","diff","git","pull-request","validation"],"latest_commit_sha":null,"homepage":"https://rusinikita.github.io/changes","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rusinikita.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}},"created_at":"2024-03-02T20:31:45.000Z","updated_at":"2024-03-03T12:34:36.000Z","dependencies_parsed_at":"2024-03-02T21:49:01.415Z","dependency_job_id":null,"html_url":"https://github.com/rusinikita/changes-action","commit_stats":null,"previous_names":["rusinikita/changes-action"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/rusinikita/changes-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusinikita%2Fchanges-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusinikita%2Fchanges-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusinikita%2Fchanges-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusinikita%2Fchanges-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rusinikita","download_url":"https://codeload.github.com/rusinikita/changes-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusinikita%2Fchanges-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28003723,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["agreement","diff","git","pull-request","validation"],"created_at":"2025-12-24T14:04:46.763Z","updated_at":"2025-12-24T14:05:31.048Z","avatar_url":"https://github.com/rusinikita.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# changes-action\nGitHub action to run [changes check](https://rusinikita.github.io/changes/) for git style and diff validation.\n\n```yaml\n\nsteps:\n  - uses: rusinikita/changes-action@v1\n```\n\n![](github-message.png)\n\nAction combines install script and other actions for fastest execution:\n- Binary installation script\n- Caching binary to skip installation in next runs\n- Running `check` command\n- Posting `check` result message in pull request\n\n#### Full workflow\n\nCreate `.github/wokrflows/changes.yml` file and fill it with following content.\n\n```yaml\n\nname: changes verification\non:\n  pull_request:\n\npermissions:\n  contents: read\n  pull-requests: write # important for message posting, removable\n\njobs:\n  lint:\n    name: changes-verification\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n        with:\n          # skip pull request merge commit, important if \"no merge commits\" validation enabled, removable\n          ref: ${{ github.event.pull_request.head.sha }}\n          # fetch all branches and commits, important for git diff retrieving\n          fetch-depth: 0\n      - uses: rusinikita/changes-action@v1\n        with:\n          version: v0.3.2 # version of changes cli, default latest   \n          pr-message: true # enables message posting, default false\n          config: .changes.yaml # config file path, default is .changes.[yaml,yml,toml,json]\n```\n\n\u003e [!NOTE]\n\u003e Using `latest` version slows action run a little.\n\u003e It enables network request for resolving latest release.\n\u003e Resolved version binary cashed until new release detected.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frusinikita%2Fchanges-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frusinikita%2Fchanges-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frusinikita%2Fchanges-action/lists"}