We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 327523d + 230db97 commit 4703954Copy full SHA for 4703954
.gitattributes
@@ -24,6 +24,7 @@ install_prerequisites/build text
24
25
# Prevent dev-ops files from making it into the release archives
26
.travis.yml export-ignore
27
+.pullapprove.yml export-ignore
28
.gitattributes export-ignore
29
.gitignore export-ignore
30
developer-scripts export-ignore
.pullapprove.yml
@@ -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