Skip to content

Commit

Permalink
Merge pull request #51 from dmcgowan/update-pull-approve
Browse files Browse the repository at this point in the history
Update pull approve configuration
  • Loading branch information
caniszczyk authored Apr 7, 2020
2 parents c9095d4 + 51d31fa commit 4b56074
Showing 1 changed file with 27 additions and 11 deletions.
38 changes: 27 additions & 11 deletions .pullapprove.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
approve_by_comment: true
approve_regex: '^(Approved|lgtm|LGTM|:shipit:|:star:|:\+1:|:ship:)'
reject_regex: ^Rejected
reset_on_push: true
author_approval: ignored
signed_off_by:
required: true
reviewers:
teams:
- go-digest-maintainers
name: default
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

0 comments on commit 4b56074

Please sign in to comment.