gitlab-auto-merge-request icon indicating copy to clipboard operation
gitlab-auto-merge-request copied to clipboard

Tool to automatically open Merge Requests on GitLab (if none exists already)

Results 2 gitlab-auto-merge-request issues
Sort by recently updated
recently updated
newest added

- You can set prefix for your merge request title like "WIP:" ```yaml ... variables: GIT_STRATEGY: none REMOVE_BRANCH_AFTER_MERGE: true # Remove branch after merge COMMIT_PREFIX: WIP # Additional prefix ......

Check for variable MERGE_REQUEST_TITLE, otherwise use the CI_COMMIT_REF_NAME