Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 2.28 KB

File metadata and controls

25 lines (16 loc) · 2.28 KB

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.