{"id":16955009,"url":"https://github.com/matijs/no-fixups-action","last_synced_at":"2026-05-19T19:38:02.919Z","repository":{"id":312566704,"uuid":"957515406","full_name":"matijs/no-fixups-action","owner":"matijs","description":"GitHub Action that can be used as a blocking status check when there are 'amend!', 'fixup!', or 'squash!' commits in a pull request","archived":false,"fork":false,"pushed_at":"2026-01-30T17:59:54.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-28T00:07:50.950Z","etag":null,"topics":["amend","autosquash","commit","fixup","git","github-action","pull-request","rebase","squash"],"latest_commit_sha":null,"homepage":"https://github.com/matijs/no-fixups-action?tab=readme-ov-file#no-fixups-action","language":"Shell","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/matijs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-30T15:07:19.000Z","updated_at":"2026-01-30T18:00:03.000Z","dependencies_parsed_at":"2025-08-31T16:29:28.379Z","dependency_job_id":null,"html_url":"https://github.com/matijs/no-fixups-action","commit_stats":null,"previous_names":["matijs/no-fixups-action"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/matijs/no-fixups-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matijs%2Fno-fixups-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matijs%2Fno-fixups-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matijs%2Fno-fixups-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matijs%2Fno-fixups-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matijs","download_url":"https://codeload.github.com/matijs/no-fixups-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matijs%2Fno-fixups-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33229369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T15:49:41.270Z","status":"ssl_error","status_checked_at":"2026-05-19T15:49:22.917Z","response_time":58,"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":["amend","autosquash","commit","fixup","git","github-action","pull-request","rebase","squash"],"created_at":"2024-10-13T22:11:06.426Z","updated_at":"2026-05-19T19:37:57.909Z","avatar_url":"https://github.com/matijs.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# no-fixups-action\n\n[![CI](https://github.com/matijs/autosquash-blocker-action/actions/workflows/ci.yml/badge.svg)](https://github.com/matijs/autosquash-blocker-action/actions/workflows/ci.yml)\n\nThis action can be used as a blocking status check on pull requests that contain\ncommits that should have been auto-squashed.\n\n## Usage\n\n```yaml\n- name: Check for 'amend!', 'fixup!', or 'squash!' commits\n  uses: matijs/no-fixups-action@v1\n```\n\nThis action will only run on pull requests and will fail when used on, for\nexample, pushes. There is one input. There are no outputs.\n\nIt is not necessary to use\n[actions/checkout](https://github.com/actions/checkout) first. This action takes\ncare of that and can be used on its own. See below if you want to do the\ncheckout yourself.\n\n## If you want to use `actions/checkout` yourself\n\nMake sure to pass the `fetch-depth` and `ref` inputs to the checkout action and\nlet `no-fixups-action` know it can skip the checkout like this:\n\n```yaml\n- name: Checkout\n  uses: actions/checkout@v4\n  with:\n    fetch-depth: 0\n    ref: ${{ github.event.pull_request.head.sha }}\n- name: Check for 'amend!', 'fixup!', or 'squash!' commits\n  uses: matijs/no-fixups-action@v1\n  with:\n    skip-checkout: true\n```\n\n## License\n\nThe scripts and documentation in this project are released under the [MIT\nLicense](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatijs%2Fno-fixups-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatijs%2Fno-fixups-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatijs%2Fno-fixups-action/lists"}