Skip to content

Commit

Permalink
ci: fix .pullapprove.yaml'sfile conditions (angular#14214)
Browse files Browse the repository at this point in the history
According to [the docs](http://docs.pullapprove.com/groups/conditions/), the correct keywords are `include`/`exclude`, without the trailing `s`.
  • Loading branch information
gkalpak authored and mhevery committed Feb 3, 2017
1 parent 33a193b commit 2036f70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pullapprove.yml
Expand Up @@ -33,9 +33,9 @@ groups:
root:
conditions:
files:
includes:
include:
- "*"
excludes:
exclude:
- "angular.io/*"
- "integration/*"
- "modules/*"
Expand All @@ -47,12 +47,12 @@ groups:
build-and-ci:
conditions:
files:
includes:
include:
- "*.yml"
- "*.json"
- "*.lock"
- "tools/*"
excludes:
exclude:
- "tools/@angular/tsc-wrapped/*"
users:
- IgorMinar #primary
Expand Down

0 comments on commit 2036f70

Please sign in to comment.