mirror of
https://github.com/strongdm/comply
synced 2024-11-06 07:55:26 +00:00
7468711b3b
Releases after github.com/xanzy/go-gitlab@v0.31.0 introduce breaking changes to the NewClient call. Addresses #94
29 lines
444 B
YAML
29 lines
444 B
YAML
version: 2
|
|
|
|
requirements:
|
|
signed_off_by:
|
|
required: true
|
|
|
|
always_pending:
|
|
title_regex: '^WIP'
|
|
explanation: 'Work in progress...'
|
|
|
|
group_defaults:
|
|
required: 2
|
|
approve_by_comment:
|
|
enabled: true
|
|
approve_regex: '^LGTM'
|
|
reject_regex: '^Rejected'
|
|
reset_on_push:
|
|
enabled: true
|
|
author_approval:
|
|
ignored: true
|
|
conditions:
|
|
branches:
|
|
- master
|
|
|
|
groups:
|
|
go-digest:
|
|
teams:
|
|
- go-digest-maintainers
|