From 8358551fbbed1375059bc397f0fef772cacc4fe5 Mon Sep 17 00:00:00 2001 From: Derek Smart Date: Fri, 13 Jan 2023 15:19:20 -0500 Subject: [PATCH] Required Review: Allow anyone who can approve to also approve docs/ --- .github/files/required-review.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/files/required-review.yaml b/.github/files/required-review.yaml index cf7b6fc604964..d8316bea1bb9e 100644 --- a/.github/files/required-review.yaml +++ b/.github/files/required-review.yaml @@ -6,9 +6,10 @@ teams: - jetpack-approvers -# Everyone who can approve anything can merge pnpm.lock. +# Everyone who can approve anything can merge pnpm.lock and docs. - name: pnpm lockfile, composer files paths: + - 'docs/**' - 'pnpm-lock.yaml' - 'projects/plugins/*/composer.lock' - 'projects/plugins/*/composer.json'