cargolifter-backend-gitlab 0.2.0

CargoLifter Gitlab backend
Documentation

CargoLifter Gitlab Backend

This crate implements the Gitlab backend for CargoLifter

Configuration

"backend": {
    "Gitlab": {
        "project_id": "<project id>",
        "host": "<hosting custom instance>",
        "cargolifter_token": "<a token to use to merge pull requests>",
        "default_branch": "<default to main>"
    }
}