1
0
mirror of synced 2025-12-30 12:02:01 -05:00
Files
docs/data/reusables/pull_requests/default_merge_option.md
2023-08-09 18:33:44 +00:00

747 B

When you click the default Merge pull request option on a pull request on {% data variables.location.product_location %}, all commits from the feature branch are added to the base branch in a merge commit. The pull request is merged using the --no-ff option.

To merge pull requests, you must have write permissions in the repository.

Diagram of a standard merge and commit flow, where commits from a feature branch and an additional merge commit are both added to main.