Skip to content

Instantly share code, notes, and snippets.

@im-denisenko
Created July 8, 2019 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save im-denisenko/123eb00c44b51c9bf26ef0b20fa01993 to your computer and use it in GitHub Desktop.
Save im-denisenko/123eb00c44b51c9bf26ef0b20fa01993 to your computer and use it in GitHub Desktop.
gitlab:
url: "https://gitlab.magnifico.pro"
token: "auth_token_for_gitlabform"
api_version: 4
common_settings:
hooks:
"https://in.bizprofi.ru/bitrix/tools/bizprofi.gitlab/gitlab.php":
token: "secret_token_for_webhook"
push_events: false
merge_requests_events: true
services:
"custom-issue-tracker":
title: "Custom issue tracker"
description: "Custom issue tracker"
new_issue_url: "https://in.bizprofi.ru/company/personal/user/0/tasks/task/edit/0/"
issues_url: "https://in.bizprofi.ru/company/personal/user/0/tasks/task/view/:id/"
project_url: "https://in.bizprofi.ru/company/personal/user/0/tasks/"
project_settings:
issues_enabled: false
branches:
master:
protected: true
developers_can_push: false
developers_can_merge: false
tags:
"*":
protected: true
create_access_level: 40 # Maintainer access
group_settings:
support:
branches:
bitrix:
protected: true
developers_can_push: false
developers_can_merge: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment