{"id":17110205,"url":"https://github.com/apn-pucky/fast-forward-action","last_synced_at":"2026-01-19T07:32:37.351Z","repository":{"id":50901395,"uuid":"520116888","full_name":"APN-Pucky/fast-forward-action","owner":"APN-Pucky","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-11T05:32:41.000Z","size":55,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-15T16:25:41.668Z","etag":null,"topics":["action","bot","fast","forward","git","github-action","github-actions"],"latest_commit_sha":null,"homepage":"","language":null,"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/APN-Pucky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-08-01T13:14:18.000Z","updated_at":"2024-03-05T06:34:23.000Z","dependencies_parsed_at":"2024-12-19T09:24:09.085Z","dependency_job_id":"343308c4-ec05-45f2-a187-ae9e4d1beebc","html_url":"https://github.com/APN-Pucky/fast-forward-action","commit_stats":{"total_commits":63,"total_committers":3,"mean_commits":21.0,"dds":0.3492063492063492,"last_synced_commit":"7641ef9aed4ca3fd9d73fff13b211d17049a5132"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/APN-Pucky%2Ffast-forward-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/APN-Pucky%2Ffast-forward-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/APN-Pucky%2Ffast-forward-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/APN-Pucky%2Ffast-forward-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/APN-Pucky","download_url":"https://codeload.github.com/APN-Pucky/fast-forward-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247424429,"owners_count":20936773,"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":["action","bot","fast","forward","git","github-action","github-actions"],"created_at":"2024-10-14T16:25:44.397Z","updated_at":"2026-01-19T07:32:37.345Z","avatar_url":"https://github.com/APN-Pucky.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# fast-forward-action\n\nAdds a fast-forward label to PRs and fast-forwards them on `/fast-forward` comment.\n\n## Use case\n\nGithub Web UI does not allow fast-forwarding of PRs: \n\nhttps://stackoverflow.com/questions/60597400/how-to-do-a-fast-forward-merge-on-github\n\nThis disallows a linear commit history with a delayed stable branch.\n\n## Inputs\n\n| Input      | Description |\n| ----------- | ----------- |\n| GITHUB_TOKEN      | Automatically provided token, that can be used to authenticate on behalf of the GitHub action, with permissions limited to the repository that contains your workflow       |\n| SSH_PRIVATE_KEY   | Deploy key for push. Must be  set in the repository settings. This is used by the action to push the fast-forwarded branch/commit/PR.        |\n\n## Workflow YML\n\nThe Action must be run on triggers to keep the labels up-to-date and run the fast-forward on command. \n\n```yml\nname: Fast-Forward\n\non: \n  issue_comment:\n    types: [created]\n  push:\n  pull_request:\n\njobs:\n  run:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: APN-Pucky/fast-forward-action@main\n        with:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n          SSH_PRIVATE_KEY: ${{ secrets.GH_SSH }}\n```\n\n## Examples\n\nFor working examples checkout the `fast-forward` tagged PRs. \nThey have been merged via the `/fast-forward` command.\n\n* This repo\n* https://github.com/APN-Pucky/smpl/pulls?q=is%3Apr+is%3Aclosed\n* https://github.com/APN-Pucky/HEPi/pulls\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapn-pucky%2Ffast-forward-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapn-pucky%2Ffast-forward-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapn-pucky%2Ffast-forward-action/lists"}