gitlab-merge-features

1.0.4 • Public • Published

Gitlab Merge Features

Create a new branch from the master branch and merge all MR only if it's ready.

Usage

npx --no-install gitlab-merge merge --token $CI_TOKEN --project-id $CI_PROJECT_ID --clone $CI_REPOSITORY_URL --dir .

Options

  • --gitlab-url Gitlab url, default `https://gitlab.com
  • --token Gitlab token
  • --project-id Gitlab project id
  • --clone Gitlab repository url
  • --dir Branch name
  • --branch-pattern Branch pattern, default feature/*
  • --source-branch Source branch, default master
  • --destination-branch Target branch, default dev
  • --no-pipeline Disable check pipeline, default false
  • --accept-draft Accept draft MR, default false
  • --dry-run Dry run, default false

Readme

Keywords

none

Package Sidebar

Install

npm i gitlab-merge-features

Weekly Downloads

42

Version

1.0.4

License

ISC

Unpacked Size

9.71 kB

Total Files

4

Last publish

Collaborators

  • themouton