gitlab-haskell-0.3.0.1: A Haskell library for the GitLab web API
Copyright(c) Rob Stewart Heriot-Watt University 2020
LicenseBSD3
Maintainerrobstewart57@gmail.com
Stabilitystable
Safe HaskellNone
LanguageHaskell2010

GitLab.SystemHooks.Rules

Description

 

Documentation

ruleAddMembers Source #

Arguments

:: String

rule label

-> [Text]

project names to match on

-> [Text]

user names to add as member of matched project

-> Rule 

ruleAddNewUserToGroups Source #

Arguments

:: String

rule label

-> [Text]

list of (non registered) usernames

-> [Text]

list of groups to add new user to

-> Rule