Add the support of skipping ci pipeline checks with "glab mr merge"

Problem Currently there is no support for skipping ci pipeline and merge immediately from gitlab-cli. You can do it by adding a [ci skip] in your commit message. Although the ci skip push option does not skip merge request pipelines. It will only skip the pipeline triggered by push operation.

Proposal Proposing to add a new flag in merge request skip-ci to skip pipeline and merge immediately.

-k, --skip-ci                 Skip CI pipeline and merge immediately.
Edited by Hemang Shrimali