Skip to content

1.8.0

Compare
Choose a tag to compare
@bluekeyes bluekeyes released this 07 Apr 21:23
· 305 commits to develop since this release
7d497e1

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)