Back to GitLab Integrations
Handler · Version 1

GitLab Branch Protect GitLab

Download GitHub

About

Protects a specified branch through push and merge rules in an existing GitLab project using a user's private token (obtained in GitLab under the intended user's 'Settings' => 'Account'). The branch to be protected is found through providing the projects path (which is the project name provided in the URL - not necessarily the same as the readable name) and the branch name. Once the project is found, the push and merge capabilities can be enforced in the following 3 levels: 'none' means no one can modify the branch while 'masters'/'developers' map to the 'Master'/'Developer' GitLab Member permissions for the specified project. If 'Allowed to push' or 'Allowed to merge' is not provided, it will either stay the same as before if edited an already protected branch or default to 'masters' if this is a new protected branch. An empty result set will be returned on a successful branch protection attempt.

Parameters
Name Description Sample
Project Group Path of the group where the project and branch are located (defaults to the GitLab default group if not provided). super-secret-group
Project Path Path of the project where the branch is located. test-project
Branch Name of the branch. master
Allowed To Push Who should be allowed to push to the branch: 'none','masters','developers'. none
Allowed To Merge Who should be allowed to merge to the branch: 'none','masters','developers'. masters
Changelog

GitLab Branch Protect V1 (2017-10-02)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top