{"id":22753593,"url":"https://github.com/starryinternet/fail-on-fixups","last_synced_at":"2025-03-30T07:21:31.988Z","repository":{"id":224244536,"uuid":"762795436","full_name":"StarryInternet/fail-on-fixups","owner":"StarryInternet","description":"Github action workflow to fail PR builds when fixups commits exist","archived":false,"fork":false,"pushed_at":"2024-02-24T18:30:25.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T09:38:58.175Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/StarryInternet.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-02-24T17:59:32.000Z","updated_at":"2024-02-24T23:20:56.000Z","dependencies_parsed_at":"2024-02-24T19:45:54.362Z","dependency_job_id":null,"html_url":"https://github.com/StarryInternet/fail-on-fixups","commit_stats":null,"previous_names":["starryinternet/fail-on-fixups"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarryInternet%2Ffail-on-fixups","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarryInternet%2Ffail-on-fixups/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarryInternet%2Ffail-on-fixups/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarryInternet%2Ffail-on-fixups/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StarryInternet","download_url":"https://codeload.github.com/StarryInternet/fail-on-fixups/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246286939,"owners_count":20753163,"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-12-11T06:11:50.901Z","updated_at":"2025-03-30T07:21:31.967Z","avatar_url":"https://github.com/StarryInternet.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fail-on-fixups\n\nNothing fancy here, just a tiny action workflow to fail a PR build if it contains fixup commits. The motivation here is to keep mainline branches clean and easy to read.\n\n# Installation\n\nTo configure the action simply add the following lines to your `.github/workflows/fail-on-fixups.yml` workflow file:\n\n```yml\non: [push]\nname: Fail-on-fixups\njobs:\n  fail-on-fixups:\n    name: Fail-on-fixups\n    runs-on: ubuntu-latest\n    steps:\n    - name: Checkout the latest code\n      uses: actions/checkout@v4\n      with:\n        fetch-depth: ${{ env.PR_FETCH_DEPTH }}\n    - name: Fail-on-fixups\n      uses: StarryInternet/fail-on-fixups@master\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarryinternet%2Ffail-on-fixups","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarryinternet%2Ffail-on-fixups","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarryinternet%2Ffail-on-fixups/lists"}