Skip to content

Fast Forward Action

Actions
Fast forawrd merge method for GitHub
v1.0.1
Latest
Star (1)

ff-merge

ff-merge lets you do git merge --ff-only on GitHub.

Supported Events

ff-merge supports events that (1) contains "issue" field with non-empty "pull_request" field, (2) contains "pull_request" field.

Notable events:

Inputs

Name Type Choices Default Description
merge string "true", "false" "false" Whether to merge the branch immediately.
comment string "never", "failure", "always" "always" Determines if it should leave a comment.
allowed-roles list of string "read", "triage", "write", "maintain", "admin", $custom_role [] Required role(s) for triggering_actor to trigger fast-forward. Example: ["read", "write"]
GITHUB_TOKEN string Your PAT or auto-provided token ${{ github.token }} Token used to authenticate

Example

See oneee-playground/gh-fast-forward-test.

Fast Forward Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Fast forawrd merge method for GitHub
v1.0.1
Latest

Fast Forward Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.