Skip to content

Commit 4703954

Browse files
committed
Merge pull request #109 from sourceryinstitute/code-review-pull-approve
Formalize PR code review policy w/ pullapprove.com - Self approve is allowed, but wait 24hrs for any substantive changes
2 parents 327523d + 230db97 commit 4703954

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ install_prerequisites/build text
2424

2525
# Prevent dev-ops files from making it into the release archives
2626
.travis.yml export-ignore
27+
.pullapprove.yml export-ignore
2728
.gitattributes export-ignore
2829
.gitignore export-ignore
2930
developer-scripts export-ignore

.pullapprove.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
approve_by_comment: true
2+
approve_regex: '^([Aa]pproved|:\+1:|:shipit:|:ship: it|LGTM|[Ll]ooks good to me|:zap:|:boom:|:clap:|:bow:)'
3+
reject_regex: '^([Nn]ope|[Nn]ope\.jpg|[Dd]enied|[Rr]ejected|:\-1:)'
4+
reset_on_push: true
5+
author_approval: default
6+
reviewers:
7+
required: 1
8+
members:
9+
- afanfa
10+
- rouson
11+
- zbeekman

0 commit comments

Comments
 (0)