You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempt a fast-forward first; if the base branch is not an ancestor
of the head, fall back to a regular merge.
Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
|`github-token`| yes | — | GitHub token used to call the REST API. Usually `${{ secrets.GITHUB_TOKEN }}`. |
14
14
|`number`| yes | — | Pull-request number to merge. |
15
-
|`merge-method`| no |`merge`| One of `merge`, `squash`, `rebase`, `fast-forward`. |
15
+
|`merge-method`| no |`merge`| One of `merge`, `squash`, `rebase`, `fast-forward`, `fast-forward_or_merge`.|
16
16
|`allowed-usernames-regex`| no |`^.*$`| Regex the triggering actor (`github.actor`) must match. Skips the merge otherwise. |
17
17
|`filter-label`| no |*(empty)*| Regex matched against PR labels. When set, the merge is skipped unless a label matches, and the first matching label is removed after a successful merge. |
18
18
|`merge-title`| no |*(empty)*| Commit title used by the merge/squash/rebase API. Ignored for `fast-forward`. |
0 commit comments