Auto-merge should not be reset on push
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=463360) </details> <!--IssueSummary end--> ## Background With the implementation of `auto-merge` we reset the `auto-merge` status if a push occurs to the branch. However, the [long term vision](https://gitlab.com/gitlab-org/gitlab/-/issues/462286) for `auto-merge` is that we don't want it to be a user action and more something that "just happens". ## Proposal When a new push is made to the merge request, we should rely on the existing checks/configurations to gate whether or not we merge. ### Additional details For example, a project can be configured to reset approvals on push. So if we reset the approvals, then that becomes the new gate and once the approvals are given, we'll merge.
issue