Skip to content

onee-only/ff-merge

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

GitHub Actions workflow for fast-forwarding pull requests.

Resources

License

Stars

Watchers

Forks

Packages