{"id":16836329,"url":"https://github.com/bensallen/everycommit","last_synced_at":"2026-04-20T05:35:21.262Z","repository":{"id":70640559,"uuid":"114589595","full_name":"bensallen/everycommit","owner":"bensallen","description":"A helper application to iterate through every commit of a Github PR, running a given command.","archived":false,"fork":false,"pushed_at":"2017-12-18T03:57:37.000Z","size":1195,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-18T03:18:54.109Z","etag":null,"topics":["ci","git","github","github-pr"],"latest_commit_sha":null,"homepage":"","language":"Go","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/bensallen.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":"2017-12-18T02:59:59.000Z","updated_at":"2018-02-10T23:00:15.000Z","dependencies_parsed_at":"2023-02-26T00:45:19.461Z","dependency_job_id":null,"html_url":"https://github.com/bensallen/everycommit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bensallen/everycommit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bensallen%2Feverycommit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bensallen%2Feverycommit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bensallen%2Feverycommit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bensallen%2Feverycommit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bensallen","download_url":"https://codeload.github.com/bensallen/everycommit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bensallen%2Feverycommit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32034843,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["ci","git","github","github-pr"],"created_at":"2024-10-13T12:13:07.684Z","updated_at":"2026-04-20T05:35:21.241Z","avatar_url":"https://github.com/bensallen.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# everycommit\n\n[![CircleCI](https://circleci.com/gh/bensallen/everycommit.svg?style=svg)](https://circleci.com/gh/bensallen/everycommit)\n\nA helper application to iterate through every commit of a Github PR, running a given command. Queries the GitHub API to find commits in a PR. Useful for ensuring every commit in a PR compiles and successfully can run tests.\n\nExample:\n\n```\n$ everycommit -r /path/to/repo_checkout -u https://github.com/owner/project/pull/1 -- git show-ref --head ^HEAD\nChecking out commit: 6c5e7c97b4eead4fabaea34b2e7e37d6d966369a\nRunning: /usr/local/bin/git show-ref --head ^HEAD\n6c5e7c97b4eead4fabaea34b2e7e37d6d966369a HEAD\nChecking out commit: 5c6bef13efa6367630e50bcc225fafc7560d0e85\nRunning: /usr/local/bin/git show-ref --head ^HEAD\n5c6bef13efa6367630e50bcc225fafc7560d0e85 HEAD\nChecking out commit: f5024614a16db5959f0cea6c63880e5d5d1b4f22\nRunning: /usr/local/bin/git show-ref --head ^HEAD\nf5024614a16db5959f0cea6c63880e5d5d1b4f22 HEAD\nChecking out commit: bc87d4e8df79e0475204325258cffc6f11e4f71e\nRunning: /usr/local/bin/git show-ref --head ^HEAD\nbc87d4e8df79e0475204325258cffc6f11e4f71e HEAD\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbensallen%2Feverycommit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbensallen%2Feverycommit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbensallen%2Feverycommit/lists"}