Skip to content

A service that can be called from your pipeline to automatically create back-merge requests

License

Notifications You must be signed in to change notification settings

wedevelopnl/back-merge-request

Repository files navigation

Possible env variables:

  • API_URL
  • API_TOKEN
    • Gitlab personal access token
  • API_MERGE_DELAY_IN_MILLISECONDS
    • Delay to wait before triggering the update to set auto merge on the created merge request
    • Default: 1000
  • BACK_MERGE_CONFIG_KEY
    • CI/CD Variable name for the project
    • JSON object containing 2 possible keys
      • autoMergeEnabled bool (default: false)
      • branches object<sourceBranch, targetBranch>
{
  "autoMergeEnabled": true,
  "branches": {
    "main": "acceptance"
  }
}

About

A service that can be called from your pipeline to automatically create back-merge requests

Resources

License

Stars

Watchers

Forks