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

Additional features

Open ykocaman opened this issue 7 years ago • 0 comments

  • You can set prefix for your merge request title like "WIP:"
  ...

  variables:
    GIT_STRATEGY: none
    REMOVE_BRANCH_AFTER_MERGE: true # Remove branch after merge
    COMMIT_PREFIX: WIP # Additional prefix
  ...
  • If source and target branch is same then merge request will be fail.

ykocaman avatar Oct 19 '18 15:10 ykocaman