Skip to content

Commit

Permalink
.pullapprove.yml: Switch to v2 and other project-template updates
Browse files Browse the repository at this point in the history
Pull in changes from [1].  The only changes vs. the upstream version
are:

* Kept the image-spec-specific approve_regexp.
* Removed all the groups except for the image-spec group.

[1]: opencontainers/project-template#29

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Mar 17, 2017
1 parent f59a917 commit 4c4a347
Showing 1 changed file with 26 additions and 11 deletions.
37 changes: 26 additions & 11 deletions .pullapprove.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
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:
- image-spec-maintainers
name: default
version: 2

requirements:
signed_off_by:
required: true

group_defaults:
required: 2
approve_by_comment:
enabled: true
approve_regex: '^(Approved|lgtm|LGTM|:shipit:|:star:|:\+1:|:ship:)'
reject_regex: ^Rejected
reset_on_push:
enabled: true
author_approval:
ignored: true
always_pending:
title_regex: ^WIP
explanation: 'Work in progress...'
conditions:
branches:
- master

groups:
image-spec:
teams:
- image-spec-maintainers

0 comments on commit 4c4a347

Please sign in to comment.