ci: allow me to approve circleCI changes (#20957)

Removes the root group from the pullapprove settings for .circleci/*
PR Close #20957
This commit is contained in:
Alex Eagle 2017-12-12 05:29:31 -08:00 committed by Jason Aden
parent 8c52088346
commit 981947d104
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ groups:
include: include:
- "*" - "*"
exclude: exclude:
- ".circleci/*"
- "aio/*" - "aio/*"
- "integration/*" - "integration/*"
- "modules/*" - "modules/*"