Skip to content

Commit 339612a

Browse files
gkalpakmhevery
authored andcommitted
ci(pullapprove): fix file conditions (angular#14214)
According to [the docs](http://docs.pullapprove.com/groups/conditions/), the correct keywords are `include`/`exclude`, without the trailing `s`. PR Close angular#14214
1 parent ef4c24d commit 339612a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pullapprove.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ groups:
3333
root:
3434
conditions:
3535
files:
36-
includes:
36+
include:
3737
- "*"
38-
excludes:
38+
exclude:
3939
- "angular.io/*"
4040
- "integration/*"
4141
- "modules/*"
@@ -47,12 +47,12 @@ groups:
4747
build-and-ci:
4848
conditions:
4949
files:
50-
includes:
50+
include:
5151
- "*.yml"
5252
- "*.json"
5353
- "*.lock"
5454
- "tools/*"
55-
excludes:
55+
exclude:
5656
- "tools/@angular/tsc-wrapped/*"
5757
users:
5858
- IgorMinar #primary

0 commit comments

Comments
 (0)