Add support for fast-forward merging (#176)
Using the new merge mode ff-only
will fast-forward the target branch of the pull request to match the source branch. This merge method only works if a fast-forward merge is possible, i.e. the source branch contains all commits on the target branch.
Other Changes
- Clarify when
push_restriction_user_token
is required in response to GitHub updates (#171)