Skip to content

Commit

Permalink
Merge 3f10a4a into 1fc91b5
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulanger committed Jun 27, 2019
2 parents 1fc91b5 + 3f10a4a commit bc023a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pullapprove.yml
Expand Up @@ -5,8 +5,8 @@ groups:
# documentation and tests: only 2 approvals necessary
documentation:
conditions:
- "files.include('docs/*') or files.include('documentation/*')"
- "not (files.exclude('docs/*') and files.exclude('documentation/*'))"
- "files.include('docs/*') or files.include('documentation/*') or files.include('*.md')"
- "not (files.exclude('docs/*') and files.exclude('documentation/*') and files.exclude('*.md'))"
reviews:
required: 2 # 2 approvals from this group are required
request: 2 # 2 review request will be sent at a time
Expand Down

0 comments on commit bc023a1

Please sign in to comment.