From dcb0ddaf5e47869607ba72ea69097fe36be8c0af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Shevitz=20=F0=9F=94=B5?= Date: Tue, 23 Jun 2020 00:15:10 +0000 Subject: [PATCH] docs: add strict-mode.md file to pullapprove (#37679) When I created the strict-mode.md file, I didn't add it to the pullapprove list. Now it's there. The issue was introduced in #37486. PR Close #37679 --- .pullapprove.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pullapprove.yml b/.pullapprove.yml index 804f9fe02d..0187d07017 100644 --- a/.pullapprove.yml +++ b/.pullapprove.yml @@ -940,6 +940,7 @@ groups: 'aio/content/images/guide/deployment/**', 'aio/content/guide/file-structure.md', 'aio/content/guide/ivy.md', + 'aio/content/guide/strict-mode.md', 'aio/content/guide/web-worker.md', 'aio/content/guide/workspace-config.md', ])