mirror of
https://github.com/strongdm/comply
synced 2024-11-06 07:55:26 +00:00
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
|